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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 沃h?底??] | 10010111100000001000001010001000001111111001001011101010001111110011111101011101 | 978082883f92ea3f3f5d |
EUC-JP | 沃h?底??] | 11001101111000001010001111101000001111111100010011101100001111110011111101011101 | cde0a3e83fc4ec3f3f5d |
UTF-8 | 沃h꼇底쏙슉] | 11100110101100101000001111101111101111011000100011101010101111001000011111100101101110101001010111101100100011111001100111101100100010101000100101011101 | e6b283efbd88eabc87e5ba95ec8f99ec8a895d |
UHC | 沃h꼇底쏙슉] | 11101000101010101010001111101000101100101011101111101110101111001011110111101111101111011011010101011101 | e8aaa3e8b2bbeebcbdefbdb55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)