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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 釈悉h釈悉 | 100011101101111110001110101110110110100010001110110111111000111010111011 | 8edf8ebb688edf8ebb |
EUC-JP | 釈悉h釈悉 | 101111001110000110111100101111010110100010111100111000011011110010111101 | bce1bcbd68bce1bcbd |
UTF-8 | 釈悉h釈悉 | 11101001100001111000100011100110100000101000100101101000111010011000011110001000111001101000001010001001 | e98788e6828968e98788e68289 |
UHC | ?悉h?悉 | 00111111111000111111101001101000001111111110001111111010 | 3fe3fa683fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)