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 | ?訥∨與? | 0011111111100110011000111000000111001001111001000110111100111111 | 3fe66381c9e46f3f |
EUC-JP | ?訥∨與? | 0011111111101011110001001010001011001011111001111101000000111111 | 3febc4a2cbe7d03f |
UTF-8 | 룶訥∨與핊 | 111010111010001110110110111010001010100010100101111000101000100010101000111010001000100010000111111011011001010110001010 | eba3b6e8a8a5e288a8e88887ed958a |
UHC | 룶訥∨與핊 | 10001111101010111101001011101101101000011111110111100110101010001100000010001111 | 8fabd2eda1fde6a8c08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)