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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醍?咀 | 1001000111100111001111111001100111110000 | 91e73f99f0 |
EUC-JP | 醍?咀 | 1100001011101001001111111101001011110010 | c2e93fd2f2 |
UTF-8 | 醍렕咀 | 111010011000011010001101111010111010000010010101111001011001001010000000 | e9868deba095e59280 |
UHC | 醍렕咀 | 111100001011010110001110101010101110111010111010 | f0b58eaaeeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)