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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???漿 | 0011111100111111001111111001111111110111 | 3f3f3f9ff7 |
EUC-JP | 獐??漿 | 10001111110010111011101000111111001111111101111011111001 | 8fcbba3f3fdef9 |
UTF-8 | 獐놅풁漿 | 111001111000110110010000111010111000011010000101111011011001001010000001111001101011110010111111 | e78d90eb8685ed9281e6bcbf |
UHC | 獐놅풁漿 | 1110110111101111100001101110111110111110100010101110110111101100 | edef86efbe8aedec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)