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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???亥? | 001111110011111100111111100010001110010100111111 | 3f3f3f88e53f |
EUC-JP | ???亥? | 001111110011111100111111101100001110011100111111 | 3f3f3fb0e73f |
UTF-8 | 廬볡뱩亥폙 | 111011111010011010000010111010111011001110100001111010111011000110101001111001001011101010100101111011011000111110011001 | efa682ebb3a1ebb1a9e4baa5ed8f99 |
UHC | 廬볡뱩亥폙 | 11100101111111101001001111100111100100111000111111111010101001001011110101000010 | e5fe93e7938ffaa4bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)