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 | 菽舌泄菽 | 1110010011000001100100001110001110011111100101011110010011000001 | e4c190e39f95e4c1 |
EUC-JP | 菽舌泄菽 | 1110100011000011110000001110010111011101111101011110100011000011 | e8c3c0e5ddf5e8c3 |
UTF-8 | 菽舌泄菽 | 111010001000111110111101111010001000100010001100111001101011001110000100111010001000111110111101 | e88fbde8888ce6b384e88fbd |
UHC | 菽舌泄菽 | 1110001011011101111000001101111111100000110111001110001011011101 | e2dde0dfe0dce2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)