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 | 宵磊宵 | 100011111010101011100001111110111000111110101010 | 8faae1fb8faa |
EUC-JP | 宵磊宵 | 101111101010110011100010111111011011111010101100 | beace2fdbeac |
UTF-8 | 宵磊宵 | 111001011010111010110101111001111010001110001010111001011010111010110101 | e5aeb5e7a38ae5aeb5 |
UHC | 宵磊宵 | 111000011011001011010110111100001110000110110010 | e1b2d6f0e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)