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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?科莎ご | 00111111100010011100100011100100101100111000001010110010 | 3f89c8e4b382b2 |
EUC-JP | ?科莎ご | 00111111101100101100101011101000101101011010010010110100 | 3fb2cae8b5a4b4 |
UTF-8 | 룴科莎ご | 111010111010001110110100111001111010011110010001111010001000111010001110111000111000000110010100 | eba3b4e7a791e88e8ee38194 |
UHC | 룴科莎ご | 1000111110101001110011101010000111011110111011011010101010110100 | 8fa9cea1deedaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)