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 | 癲??松θぜ | 11100001100111110011111100111111100011111011110010000011110001101000001010111010 | e19f3f3f8fbc83c682ba |
EUC-JP | 癲??松θぜ | 11100010101000010011111100111111101111101011111010100110110010001010010010111100 | e2a13f3fbebea6c8a4bc |
UTF-8 | 癲딅끂松θぜ | 1110011110011001101100101110101110010100100001011110101110000001100000101110011010011101101111101100111010111000111000111000000110011100 | e799b2eb9485eb8182e69dbeceb8e3819c |
UHC | 癲딅끂松θぜ | 111011111010011010001010111010111000010110111000111000011110011010100101111010001010101010111100 | efa68aeb85b8e1e6a5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)