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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奣夭鮪躡 | 1111101010100011100110101110111010010110100011101110011101011001 | faa39aee968ee759 |
EUC-JP | 奣夭鮪躡 | 100011111011100011111100110101001111000011001011111011101110110110111010 | 8fb8fcd4f0cbeeedba |
UTF-8 | 奣夭鮪躡 | 111001011010010110100011111001011010010010101101111010011010111010101010111010001011101010100001 | e5a5a3e5a4ade9aeaae8baa1 |
UHC | ?夭?? | 0011111111101000111011000011111100111111 | 3fe8ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)