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 | 淼夭ぎ浯 | 1111101101000101100110101110111010000010101011001111101011111100 | fb459aee82acfafc |
EUC-JP | 淼夭ぎ浯 | 10001111110001111110011011010100111100001010010010101110100011111100011111000011 | 8fc7e6d4f0a4ae8fc7c3 |
UTF-8 | 淼夭ぎ浯 | 111001101011011110111100111001011010010010101101111000111000000110001110111001101011010110101111 | e6b7bce5a4ade3818ee6b5af |
UHC | ?夭ぎ? | 001111111110100011101100101010101010111000111111 | 3fe8ecaaae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)