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 | 墻쇤뀒訝덌슭 | 111001011010001010111011111011001000011110100100111010111000000010010010111010001010100010011101111010111000110110001100111011001000101010101101 | e5a2bbec87a4eb8092e8a89deb8d8cec8aad |
UHC | 墻쇤뀒訝덌슭 | 111011011101111110111100111010011000010110001100111001001011100010001000111011111011110110111110 | eddfbce9858ce4b888efbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)