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 | ???松 | 0011111100111111001111111000111110111100 | 3f3f3f8fbc |
EUC-JP | 饔??松 | 10001111111010001110111100111111001111111011111010111110 | 8fe8ef3f3fbebe |
UTF-8 | 饔뚢꼦松 | 111010011010010110010100111010111001101010100010111010101011110010100110111001101001110110111110 | e9a594eb9aa2eabca6e69dbe |
UHC | 饔뚢꼦松 | 1110100010111101100011001110001010000100100000111110000111100110 | e8bd8ce28483e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)