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 | 蒿梧浬蔘 | 1110010011100100100011001110011010001010010111001110010011110011 | e4e48ce68a5ce4f3 |
EUC-JP | 蒿梧浬蔘 | 1110100011100110101110001110100010110011101111011110100011110101 | e8e6b8e8b3bde8f5 |
UTF-8 | 蒿梧浬蔘 | 111010001001001010111111111001101010001010100111111001101011010110101100111010001001010010011000 | e892bfe6a2a7e6b5ace89498 |
UHC | 蒿梧浬蔘 | 1111101111011010111001111111110011010111110111111101111110111000 | fbdae7fcd7dfdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)