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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趙ー妤 | 1110011011100010101100001111101010100100 | e6e2b0faa4 |
EUC-JP | 趙ー妤 | 11101100111001001000111010110000100011111011100110101111 | ece48eb08fb9af |
UTF-8 | 趙ー妤 | 111010001011011010011001111011111011110110110000111001011010011010100100 | e8b699efbdb0e5a6a4 |
UHC | 趙?? | 11110000111000010011111100111111 | f0e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)