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 | 齊峯?伊 | 11101010100011101001010111110101001111111000100011001001 | ea8e95f53f88c9 |
EUC-JP | 齊峯?伊 | 11110011111011101100101011110111001111111011000011001011 | f3eecaf73fb0cb |
UTF-8 | 齊峯캑伊 | 111010011011110110001010111001011011001110101111111011001011101010010001111001001011110010001010 | e9bd8ae5b3afecba91e4bc8a |
UHC | 齊峯캑伊 | 1111000010111010110111001110011111000100101101001110110010100101 | f0badce7c4b4eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)