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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎晧協寘 | 1110011010110001100111011110110010001011101001101111101010101001 | e6b19dec8ba6faa9 |
EUC-JP | 豎晧協寘 | 111011001011001111011010111011101011011010101000100011111011101011100001 | ecb3daeeb6a88fbae1 |
UTF-8 | 豎晧協寘 | 111010001011000110001110111001101001100110100111111001011000110110010100111001011010111110011000 | e8b18ee699a7e58d94e5af98 |
UHC | ?晧協? | 001111111111101111000101111110101111000000111111 | 3ffbc5faf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)