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 | 牆?牆?精? | 111000001010110100111111111000001010110100111111100100001011100000111111 | e0ad3fe0ad3f90b83f |
EUC-JP | 牆?牆?精? | 111000001010111100111111111000001010111100111111110000001011101000111111 | e0af3fe0af3fc0ba3f |
UTF-8 | 牆렮牆렮精렫 | 111001111000100110000110111010111010000010101110111001111000100110000110111010111010000010101110111001111011001010111110111010111010000010101011 | e78986eba0aee78986eba0aee7b2beeba0ab |
UHC | 牆렮牆렮精렫 | 111011011110110110001110101110111110110111101101100011101011101111101111111100011000111010111001 | eded8ebbeded8ebbeff18eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)