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 | 琮?耳??? | 1111101101101010001111111000111010101000001111110011111100111111 | fb6a3f8ea83f3f3f |
EUC-JP | 琮?耳??? | 100011111100110010110010001111111011110010101010001111110011111100111111 | 8fccb23fbcaa3f3f3f |
UTF-8 | 琮렩耳렋롊렱 | 111001111001000010101110111010111010000010101001111010001000000010110011111010111010000010001011111010111010000110001010111010111010000010110001 | e790aeeba0a9e880b3eba08beba18aeba0b1 |
UHC | 琮렩耳렋롊렱 | 111100001111100110001110101101111110110010111100100011101010001010001110110100001000111010111110 | f0f98eb7ecbc8ea28ed08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)