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 | 墻??巍?? | 1001101011010100001111110011111110011011110110010011111100111111 | 9ad43f3f9bd93f3f |
EUC-JP | 墻??巍?? | 1101010011010110001111110011111111010110110110110011111100111111 | d4d63f3fd6db3f3f |
UTF-8 | 墻울풕巍댐쉠 | 111001011010001010111011111011001001101010111000111011011001001010010101111001011011011110001101111010111000110010010000111011001000100110100000 | e5a2bbec9ab8ed9295e5b78deb8c90ec89a0 |
UHC | 墻울풕巍댐쉠 | 111011011101111110111111111011111011111010011000111010001110010010110100111011111011110110101010 | eddfbfefbe98e8e4b4efbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)