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 | 顏ア繧語 | 11101000111110001011000111100011100000101000110011101010 | e8f8b1e3828cea |
EUC-JP | 顏ア繧語 | 1111000011111010100011101011000111100101111000101011100011101100 | f0fa8eb1e5e2b8ec |
UTF-8 | 顏ア繧語 | 111010011010000110001111111011111011110110110001111001111011100110100111111010001010101010011110 | e9a18fefbdb1e7b9a7e8aa9e |
UHC | ???語 | 0011111100111111001111111110010111011110 | 3f3f3fe5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)