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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醍?奬?凋 | 1001000111100111001111111001101011111011001111111001001010011100 | 91e73f9afb3f929c |
EUC-JP | 醍?奬?凋 | 1100001011101001001111111101010011111101001111111100001111111100 | c2e93fd4fd3fc3fc |
UTF-8 | 醍렕奬렯凋 | 111010011000011010001101111010111010000010010101111001011010010110101100111010111010000010101111111001011000011110001011 | e9868deba095e5a5aceba0afe5878b |
UHC | 醍렕奬렯凋 | 11110000101101011000111010101010111011011110000110001110101111001111000010111101 | f0b58eaaede18ebcf0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)