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 | 蛟耶m | 111001011000000010010110111010111000001010001101 | e58096eb828d |
EUC-JP | 蛟耶m | 111010011110000011001100111011011010001111101101 | e9e0cceda3ed |
UTF-8 | 蛟耶m | 111010001001101110011111111010001000000010110110111011111011110110001101 | e89b9fe880b6efbd8d |
UHC | 蛟耶m | 110011101111000111100101101011011010001111101101 | cef1e5ada3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)