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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 梨듭쭠梨ㅽ쉯 | 111011111010011110100010111010111001001110101101111011001010110110100000111011111010011110100010111000111000010110111101111011001000100110101111 | efa7a2eb93adecada0efa7a2e385bdec89af |
UHC | 梨듭쭠梨ㅽ쉯 | 111011001011000110110101111011001010011110010101111011001011000110100100111011011001101010000111 | ecb1b5eca795ecb1a4ed9a87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)