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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 余????? | 10010111010111010011111100111111001111110011111100111111 | 975d3f3f3f3f3f |
EUC-JP | 余??荑?? | 110011011011111000111111001111111000111111010111111110010011111100111111 | cdbe3f3f8fd7f93f3f |
UTF-8 | 余쒌굠荑됬쳥 | 111001001011110110011001111011001001001010001100111010101011010110100000111010001000110110010001111010111001000010101100111011001011001110100101 | e4bd99ec928ceab5a0e88d91eb90acecb3a5 |
UHC | 余쒌굠荑됬쳥 | 111001011111100110011100111000111000001010001000111011001011111110001001111001111010101110001010 | e5f99ce38288ecbf89e7ab8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)