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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 盖哺竟S | 11100001101100111001101001001101111010001110110101010011 | e1b39a4de8ed53 |
EUC-JP | 盖哺竟S | 11100010101101011101001110101110111100001110111101010011 | e2b5d3aef0ef53 |
UTF-8 | 盖哺竟S | 11100111100110111001011011100101100100111011101011100111101010111001111101010011 | e79b96e593bae7ab9f53 |
UHC | 盖哺竟S | 11001011110011001111100011010100110011001110010101010011 | cbccf8d4cce553 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)