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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?繕?繕B | 00111111100100010101010100111111100100010101010101000010 | 3f91553f915542 |
EUC-JP | ?繕?繕B | 00111111110000011011011000111111110000011011011001000010 | 3fc1b63fc1b642 |
UTF-8 | 믨繕믨繕B | 11101011101011111010100011100111101110011001010111101011101011111010100011100111101110011001010101000010 | ebafa8e7b995ebafa8e7b99542 |
UHC | 믨繕믨繕B | 100100101110101011100000110010111001001011101010111000001100101101000010 | 92eae0cb92eae0cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)