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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 箏瞶簔矣B | 11100010101101011111000011100011111000011101011011100010110000011110000111100001111100001110110101000010 | e2b5f0e3e1d6e2c1e1e1f0ed42 |
EUC-JP | 箏?瞶簔矣?B | 1110010010110111001111111110001011011000111001001100001111100010111000110011111101000010 | e4b73fe2d8e4c3e2e33f42 |
UTF-8 | 箏瞶簔矣B | 11100111101011101000111111101110100000101010001011100111100111101011011011100111101100001001010011100111100111111010001111101110100000101010110001000010 | e7ae8fee82a2e79eb6e7b094e79fa3ee82ac42 |
UHC | 箏???矣?B | 111011101011010000111111001111110011111111101011111110000011111101000010 | eeb43f3f3febf83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)