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 | 縕??億←? | 10001111110101001100001000111111001111111011001010101111101000101010101100111111 | 8fd4c23f3fb2afa2ab3f |
UTF-8 | 縕귝퍝億←쵍 | 111001111011100010010101111010101011011110011101111011011000110110011101111001011000010010000100111000101000011010010000111011001011010110001101 | e7b895eab79ded8d9de58484e28690ecb58d |
UHC | 縕귝퍝億←쵍 | 111010001011001010000010111001101011101110010100111001011110001010100001111001111010110010001111 | e8b282e6bb94e5e2a1e7ac8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)