To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | 滎??G | 100011111100100010111001001111110011111101000111 | 8fc8b93f3f47 |
UTF-8 | 滎곁퓮G | 11100110101110111000111011101010101100111000000111101101100100111010111001000111 | e6bb8eeab381ed93ae47 |
UHC | 滎곁퓮G | 11111011101000111011000011100111101111111001010101000111 | fba3b0e7bf9547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)