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 | 闕シ蝎ィ郢崎 | 11101000100011011011110011100101100110011010100011100111101110011000110111101000 | e88dbce599a8e7b98de8 |
EUC-JP | 闕シ蝎ィ郢崎 | 111011111110110110001110101111001110100111111001100011101010100011101110101110111011101011101010 | efed8ebce9f98ea8eebbbaea |
UTF-8 | 闕シ蝎ィ郢崎 | 111010011001011110010101111011111011110110111100111010001001110110001110111011111011110110101000111010011000001110100010111001011011010010001110 | e99795efbdbce89d8eefbda8e983a2e5b48e |
UHC | 闕?蝎??崎 | 110011111111010000111111110010101110100100111111001111111101000011111000 | cff43fcae93f3fd0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)