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 | 畏??絶?イ | 100010001101100000111111001111111001000011100010001111111000001101000011 | 88d83f3f90e23f8343 |
EUC-JP | 畏??絶?イ | 101100001101101000111111001111111100000011100100001111111010010110100100 | b0da3f3fc0e43fa5a4 |
UTF-8 | 畏뱄슐絶볠イ | 111001111001010110001111111010111011000110000100111011001000101010010000111001111011010110110110111010111011001110100000111000111000001010100100 | e7958febb184ec8a90e7b5b6ebb3a0e382a4 |
UHC | 畏뱄슐絶볠イ | 111010001110011010111001111011111011110110110110111011111011111010010011111001101010101110100100 | e8e6b9efbdb6efbe93e6aba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)