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 | 遙ョ?憶 | 11101010101000011000001110000111001111111000100110101111 | eaa183873f89af |
EUC-JP | 遙ョ?憶 | 11110100101000111010010111100111001111111011001010110001 | f4a3a5e73fb2b1 |
UTF-8 | 遙ョ걀憶 | 111010011000000110011001111000111000001110100111111010101011000110000000111001101000011010110110 | e98199e383a7eab180e686b6 |
UHC | 遙ョ걀憶 | 1110100110101011101010111110011110110000101111111110010111100011 | e9ababe7b0bfe5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)