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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 任?酊?G | 10010100010000110011111111100111110000100011111101000111 | 94433fe7c23f47 |
EUC-JP | 任?酊?G | 11000111101001000011111111101110110001000011111101000111 | c7a43feec43f47 |
UTF-8 | 任렒酊렞G | 11100100101110111011101111101011101000001001001011101001100001011000101011101011101000001001111001000111 | e4bbbbeba092e9858aeba09e47 |
UHC | 任렒酊렞G | 111011001111001010001110101001111110111111111000100011101010111101000111 | ecf28ea7eff88eaf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)