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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???游?? | 00111111001111110011111110011111111000000011111100111111 | 3f3f3f9fe03f3f |
EUC-JP | ???游?? | 00111111001111110011111111011110111000100011111100111111 | 3f3f3fdee23f3f |
UTF-8 | 嶺뚢돦游⑴뙼 | 111011111010011010101011111010111001101010100010111010111000111110100110111001101011100010111000111000101001000110110100111010111001100110111100 | efa6abeb9aa2eb8fa6e6b8b8e291b4eb99bc |
UHC | 嶺뚢돦游⑴뙼 | 111001111010110110001100111000101000100110101010111010101111110110101001111001111000110010111111 | e7ad8ce289aaeafda9e78cbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)