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 | 身????? | 10010000011001110011111100111111001111110011111100111111 | 90673f3f3f3f3f |
EUC-JP | 身????? | 10111111110010000011111100111111001111110011111100111111 | bfc83f3f3f3f3f |
UTF-8 | 身깑꽗濾띴뜦 | 111010001011101010101011111010101011100110010001111010101011110110010111111011111010011010000100111010111001110110110100111010111001110010100110 | e8baabeab991eabd97efa684eb9db4eb9ca6 |
UHC | 身깑꽗濾띴뜦 | 111000111111001110000011100010111000010010100110111001101010010010001101111001001000110110101001 | e3f3838b84a6e6a48de48da9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)