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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???椰? | 001111110011111100111111100111101011110100111111 | 3f3f3f9ebd3f |
EUC-JP | ???椰? | 001111110011111100111111110111001011111100111111 | 3f3f3fdcbf3f |
UTF-8 | 溫먪킋椰됪 | 111001101011101010101011111010111010100010101010111011011000001010001011111001101010010010110000111010111001000010101010 | e6baabeba8aaed828be6a4b0eb90aa |
UHC | 溫먪킋椰됪 | 11101000101011101001000011100111101101001001011111100101101010111000100111100110 | e8ae90e7b497e5ab89e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)