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 | ?}Y?}bE | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 荳}Y荳}bE | 111001001011100001111101010110011110010010111000011111010110001001000101 | e4b87d59e4b87d6245 |
EUC-JP | 荳}Y荳}bE | 111010001011101001111101010110011110100010111010011111010110001001000101 | e8ba7d59e8ba7d6245 |
UTF-8 | 荳}Y荳}bE | 1110100010001101101100110111110101011001111010001000110110110011011111010110001001000101 | e88db37d59e88db37d6245 |
UHC | 荳}Y荳}bE | 110101001110010101111101010110011101010011100101011111010110001001000101 | d4e57d59d4e57d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)