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 | 詣??歟?? | 1000110001110111001111110011111110011111011000100011111100111111 | 8c773f3f9f623f3f |
EUC-JP | 詣??歟?? | 1011011111011000001111110011111111011101110000110011111100111111 | b7d83f3fddc33f3f |
UTF-8 | 詣쏁덱歟볢ㄻ | 111010001010100110100011111011001000111110000001111010111000110110110001111001101010110110011111111010111011001110100010111000111000010010111011 | e8a9a3ec8f81eb8db1e6ad9febb3a2e384bb |
UHC | 詣쏁덱歟볢ㄻ | 111001111110000110011011111001111011010110100110111001101010001010010011111010001010010010101011 | e7e19be7b5a6e6a293e8a4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)