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 | 胝鉀ハ | 1110001111110001111110111100010111001010 | e3f1fbc5ca |
EUC-JP | 胝鉀ハ | 11100110111100111000111111100011110110001000111011001010 | e6f38fe3d88eca |
UTF-8 | 胝鉀ハ | 111010001000001110011101111010011000100110000000111011111011111010001010 | e8839de98980efbe8a |
UHC | ?鉀? | 00111111110010111010010100111111 | 3fcba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)