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 | 遨隷ア晤辧 | 111001111010100110010111111010101011000110011101111010111001100110011111 | e7a997eab19deb999f |
EUC-JP | 遨隷ア晤辧 | 11101110101010111100111011101100100011101011000111011010111011011101001010100001 | eeabceec8eb1daedd2a1 |
UTF-8 | 遨隷ア晤辧 | 111010011000000110101000111010011001101010110111111011111011110110110001111001101001100110100100111010001011111010100111 | e981a8e99ab7efbdb1e699a4e8bea7 |
UHC | ?隷?晤? | 00111111110101101100101100111111111001111111101100111111 | 3fd6cb3fe7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)