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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 阿??? | 1000100010100010001111110011111100111111 | 88a23f3f3f |
EUC-JP | 阿?º? | 10110000101001000011111110001111101000101110101100111111 | b0a43f8fa2eb3f |
UTF-8 | 阿숇º劉 | 1110100110011000101111111110110010001000100001111100001010111010111011111010011110000111 | e998bfec8887c2baefa787 |
UHC | 阿숇º劉 | 1110010010111001100110011110101110101000101011001110101011100101 | e4b999eba8aceae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)