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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?濕???嵩 | 0011111111100000010110110011111100111111001111111001000010010011 | 3fe05b3f3f3f9093 |
EUC-JP | ?濕???嵩 | 0011111111011111101111000011111100111111001111111011111111110011 | 3fdfbc3f3f3fbff3 |
UTF-8 | 룶濕룵句룵嵩 | 111010111010001110110110111001101011111110010101111010111010001110110101111011111010010010000110111010111010001110110101111001011011010110101001 | eba3b6e6bf95eba3b5efa486eba3b5e5b5a9 |
UHC | 룶濕룵句룵嵩 | 100011111010101111100011101001011000111110101010110011111111101110001111101010101110001110100001 | 8fabe3a58faacffb8faae3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)