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 | 淼ァ閨殼 | 11111011010001011010011111101000100000011001111101110110 | fb45a7e8819f76 |
EUC-JP | 淼ァ閨殼 | 100011111100011111100110100011101010011111101111111000011101110111010111 | 8fc7e68ea7efe1ddd7 |
UTF-8 | 淼ァ閨殼 | 111001101011011110111100111011111011110110100111111010011001011010101000111001101010111010111100 | e6b7bcefbda7e996a8e6aebc |
UHC | ??閨殼 | 001111110011111111010000101100011100101011000011 | 3f3fd0b1cac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)