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 | 10010111011010010011111100111111100010111000101101000010 | 97693f3f8b8b42 |
EUC-JP | 擁??給B | 11001101110010100011111100111111101101011110101101000010 | cdca3f3fb5eb42 |
UTF-8 | 擁숃눆給B | 11100110100100111000000111101100100010001000001111101011100010001000011011100111101101011010011001000010 | e69381ec8883eb8886e7b5a642 |
UHC | 擁숃눆給B | 111010001011011010011001111010001000011110100101110100001110010101000010 | e8b699e887a5d0e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)