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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雋碑ご譏刺 | 11101000101100101001010011101000100000101011001011100110100110001000111001101000 | e8b294e882b2e6988e68 |
EUC-JP | 雋碑ご譏刺 | 11110000101101001100100011101010101001001011010011101011111110001011101111001001 | f0b4c8eaa4b4ebf8bbc9 |
UTF-8 | 雋碑ご譏刺 | 111010011001101110001011111001111010001010010001111000111000000110010100111010001010110110001111111001011000100010111010 | e99b8be7a291e38194e8ad8fe588ba |
UHC | 雋碑ご譏刺 | 11110001111001101101110111111000101010101011010011010001110000011110110110101001 | f1e6ddf8aab4d1c1eda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)