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 | 牆?贓?運? | 111000001010110100111111111001101101100100111111100010010101111000111111 | e0ad3fe6d93f895e3f |
EUC-JP | 牆?贓?運? | 111000001010111100111111111011001101101100111111101100011011111100111111 | e0af3fecdb3fb1bf3f |
UTF-8 | 牆렓贓렔運렩 | 111001111000100110000110111010111010000010010011111010001011010010010011111010111010000010010100111010011000000110001011111010111010000010101001 | e78986eba093e8b493eba094e9818beba0a9 |
UHC | 牆렓贓렔運렩 | 111011011110110110001110101010001110110111111100100011101010100111101010101000011000111010110111 | eded8ea8edfc8ea9eaa18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)