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 | ?皎?? | 0011111111100001101001110011111100111111 | 3fe1a73f3f |
EUC-JP | 雩皎?? | 10001111111001101111101011100010101010010011111100111111 | 8fe6fae2a93f3f |
UTF-8 | 雩皎렟엔 | 111010011001101110101001111001111001101010001110111010111010000010011111111011001001011110010100 | e99ba9e79a8eeba09fec9794 |
UHC | 雩皎렟엔 | 1110100111101100110011101110101110001110101100001011111110100011 | e9ecceeb8eb0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)