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 | 塋ゆ?蘊?? | 100110101100100010000010111001000011111111100101010111010011111100111111 | 9ac882e43fe55d3f3f |
EUC-JP | 塋ゆ?蘊?? | 110101001100101010100100111001100011111111101001101111100011111100111111 | d4caa4e63fe9be3f3f |
UTF-8 | 塋ゆ래蘊딂씩 | 111001011010000110001011111000111000001010000110111010111001111010011000111010001001100010001010111010111001010010000010111011001001010010101001 | e5a18be38286eb9e98e8988aeb9482ec94a9 |
UHC | 塋ゆ래蘊딂씩 | 111001111010101110101010111001101011011110100001111010001011001110001010111010001011111010111111 | e7abaae6b7a1e8b38ae8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)