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 | ??∬闇 | 001111110011111110000001111010001000100011000101 | 3f3f81e888c5 |
EUC-JP | ??∬闇 | 001111110011111110100010111010101011000011000111 | 3f3fa2eab0c7 |
UTF-8 | 僚쯩∬闇 | 111011111010011010111011111011001010111110101001111000101000100010101100111010011001011110000111 | efa6bbecafa9e288ace99787 |
UHC | 僚쯩∬闇 | 1110100011101000110000101110110110100001111100111110010011100001 | e8e8c2eda1f3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)