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 | 瀅竺濵悉 | 1111101101001110100011101011000111111011010011011000111010111011 | fb4e8eb1fb4d8ebb |
EUC-JP | 瀅竺濵悉 | 10001111110010011010101110111100101100111000111111001001101001101011110010111101 | 8fc9abbcb38fc9a6bcbd |
UTF-8 | 瀅竺濵悉 | 111001111000000010000101111001111010101110111010111001101011111110110101111001101000001010001001 | e78085e7abbae6bfb5e68289 |
UHC | 瀅竺?悉 | 11111011101001001111010111100111001111111110001111111010 | fba4f5e73fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)