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 | 膊?堺 | 1110010001001101001111111000110111100100 | e44d3f8de4 |
EUC-JP | 膊霅堺 | 11100111101011101000111111100111101000101011101011100110 | e7ae8fe7a2bae6 |
UTF-8 | 膊霅堺 | 111010001000011010001010111010011001110010000101111001011010000010111010 | e8868ae99c85e5a0ba |
UHC | 膊?堺 | 1101101011011011001111111100110011110111 | dadb3fccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)