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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遙ョ?徇 | 11101010101000011000001110000111001111111001110001101101 | eaa183873f9c6d |
EUC-JP | 遙ョ?徇 | 11110100101000111010010111100111001111111101011111001110 | f4a3a5e73fd7ce |
UTF-8 | 遙ョ걀徇 | 111010011000000110011001111000111000001110100111111010101011000110000000111001011011111010000111 | e98199e383a7eab180e5be87 |
UHC | 遙ョ걀徇 | 1110100110101011101010111110011110110000101111111110001011011111 | e9ababe7b0bfe2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)