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 | 蒻る?怡?? | 111001001110100010000010111010010011111110011100011111010011111100111111 | e4e882e93f9c7d3f3f |
EUC-JP | 蒻る?怡?? | 111010001110101010100100111010110011111111010111110111100011111100111111 | e8eaa4eb3fd7de3f3f |
UTF-8 | 蒻るㅋ怡꿨땔 | 111010001001001010111011111000111000001010001011111000111000010110001011111001101000000010100001111010101011111110101000111010111001010110010100 | e892bbe3828be3858be680a1eabfa8eb9594 |
UHC | 蒻るㅋ怡꿨땔 | 111001011011011010101010111010111010010010111011111011001010111010110010111001011011011010101010 | e5b6aaeba4bbecaeb2e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)