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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 檣??只? | 10011110111111000011111100111111100100011111110000111111 | 9efc3f3f91fc3f |
EUC-JP | 檣??只? | 11011100111111100011111100111111110000101111111000111111 | dcfe3f3fc2fe3f |
UTF-8 | 檣ㅹ썅只렑 | 111001101010101010100011111000111000010110111001111011001000110110000101111001011000111110101010111010111010000010010001 | e6aaa3e385b9ec8d85e58faaeba091 |
UHC | 檣ㅹ썅只렑 | 11101101111010101010010011101001101111011110000011110001111111101000111010100110 | edeaa4e9bde0f1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)