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 | 雜∽ク樣矯 | 111010001011011010000001111001001011100010011110111010011000101110111000 | e8b681e4b89ee98bb8 |
EUC-JP | 雜∽ク樣矯 | 11110000101110001010001011100110100011101011100011011100111010111011011010111010 | f0b8a2e68eb8dcebb6ba |
UTF-8 | 雜∽ク樣矯 | 111010011001101110011100111000101000100010111101111011111011110110111000111001101010100010100011111001111001111110101111 | e99b9ce288bdefbdb8e6a8a3e79faf |
UHC | 雜∽?樣矯 | 111011011101101010100001111011110011111111100101110001101100111011101100 | eddaa1ef3fe5c6ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)