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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??哀? | 10001000101000100011111100111111100010001010001100111111 | 88a23f3f88a33f |
EUC-JP | 阿??哀? | 10110000101001000011111100111111101100001010010100111111 | b0a43f3fb0a53f |
UTF-8 | 阿뗥췃哀틼 | 111010011001100010111111111010111001011110100101111011001011011110000011111001011001001110000000111011011000101110111100 | e998bfeb97a5ecb783e59380ed8bbc |
UHC | 阿뗥췃哀틼 | 11100100101110011000101111100101101011011001111111100100111011101011101101000010 | e4b98be5ad9fe4eebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)