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 | ???億←? | 0011111100111111001111111000100110101101100000011010100100111111 | 3f3f3f89ad81a93f |
EUC-JP | 縕??億←˚ | 100011111101010011000010001111110011111110110010101011111010001010101011100011111010001010110110 | 8fd4c23f3fb2afa2ab8fa2b6 |
UTF-8 | 縕귝퍝億←˚ | 1110011110111000100101011110101010110111100111011110110110001101100111011110010110000100100001001110001010000110100100001100101110011010 | e7b895eab79ded8d9de58484e28690cb9a |
UHC | 縕귝퍝億←˚ | 111010001011001010000010111001101011101110010100111001011110001010100001111001111010001010101010 | e8b282e6bb94e5e2a1e7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)