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 | 實??燧 | 100110111000100100111111001111111110000010011100 | 9b893f3fe09c |
EUC-JP | 實??燧 | 110101011110100100111111001111111101111111111100 | d5e93f3fdffc |
UTF-8 | 實굩뢔燧 | 111001011010111110100110111010101011010110101001111010111010001010010100111001111000011110100111 | e5afa6eab5a9eba294e787a7 |
UHC | 實굩뢔燧 | 1110001111111001100000101000111110001111010011111110001010101100 | e3f9828f8f4fe2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)