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 | 蒿埼終裔 | 1110010011100100100011011110100110001111010010011110010111100001 | e4e48de98f49e5e1 |
EUC-JP | 蒿埼終裔 | 1110100011100110101110101110101110111101101010101110101011100011 | e8e6baebbdaaeae3 |
UTF-8 | 蒿埼終裔 | 111010001001001010111111111001011001111110111100111001111011010110000010111010001010001110010100 | e892bfe59fbce7b582e8a394 |
UHC | 蒿埼終裔 | 1111101111011010110100001111001011110000111110111110011111100000 | fbdad0f2f0fbe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)