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 | 墻??訝?? | 1001101011010100001111110011111111100110011000100011111100111111 | 9ad43f3fe6623f3f |
EUC-JP | 墻??訝?? | 1101010011010110001111110011111111101011110000110011111100111111 | d4d63f3febc33f3f |
UTF-8 | 墻썽눈訝딉쉥 | 111001011010001010111011111011001000110110111101111010111000100010001000111010001010100010011101111010111001010010001001111011001000100110100101 | e5a2bbec8dbdeb8888e8a89deb9489ec89a5 |
UHC | 墻썽눈訝딉쉥 | 111011011101111110111101111010011011010010101011111001001011100010001010111011111011110110101011 | eddfbde9b4abe4b88aefbdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)