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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍」諷墓汨魄 | 1110100010110111101000111110011010000101100101011110011010011111100100011110100110101110 | e8b7a3e68595e69f91e9ae |
EUC-JP | 霍」諷墓汨魄 | 111100001011100110001110101000111110101111100101110010101110100011011101111100011111001010110000 | f0b98ea3ebe5cae8ddf1f2b0 |
UTF-8 | 霍」諷墓汨魄 | 111010011001110010001101111011111011110110100011111010001010101110110111111001011010001010010011111001101011000110101000111010011010110110000100 | e99c8defbda3e8abb7e5a293e6b1a8e9ad84 |
UHC | ??諷墓汨魄 | 00111111001111111111100110100100110110011101011111001101111001111101101111011110 | 3f3ff9a4d9d7cde7dbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)