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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 壅??h壅 | 10011010110101110011111100111111011010001001101011010111 | 9ad73f3f689ad7 |
EUC-JP | 壅??h壅 | 11010100110110010011111100111111011010001101010011011001 | d4d93f3f68d4d9 |
UTF-8 | 壅깍슬h壅 | 11100101101000111000010111101010101110011000110111101100100010101010110001101000111001011010001110000101 | e5a385eab98dec8aac68e5a385 |
UHC | 壅깍슬h壅 | 111010001011010110110001111011111011110110111101011010001110100010110101 | e8b5b1efbdbd68e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)