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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 域?ぞ | 1000100011100110001111111000001010111100 | 88e63f82bc |
EUC-JP | 域?ぞ | 1011000011101000001111111010010010111110 | b0e83fa4be |
UTF-8 | 域녑ぞ | 111001011001111110011111111010111000010110010001111000111000000110011110 | e59f9feb8591e3819e |
UHC | 域녑ぞ | 111001101011010010110011111001011010101010111110 | e6b4b3e5aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)