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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 閼ッ蟶ク蟆アB | 11101000100001001010111111100101101110001011100011100101101100001011000101000010 | e884afe5b8b8e5b0b142 |
EUC-JP | 閼ッ蟶ク蟆アB | 11101111111001001000111010101111111010101011101010001110101110001110101010110010100011101011000101000010 | efe48eafeaba8eb8eab28eb142 |
UTF-8 | 閼ッ蟶ク蟆アB | 11101001100101101011110011101111101111011010111111101000100111111011011011101111101111011011100011101000100111111000011011101111101111011011000101000010 | e996bcefbdafe89fb6efbdb8e89f86efbdb142 |
UHC | 閼?????B | 1110010011011001001111110011111100111111001111110011111101000010 | e4d93f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)