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 | 隘梧㍾笆シ | 111010001010010110001100111001101000011110001101111000101001011010111100 | e8a58ce6878de296bc |
EUC-JP | 隘梧?笆シ | 111100001010011110111000111010000011111111100011111101101000111010111100 | f0a7b8e83fe3f68ebc |
UTF-8 | 隘梧㍾笆シ | 111010011001101010011000111001101010001010100111111000111000110110111110111001111010110010000110111011111011110110111100 | e99a98e6a2a7e38dbee7ac86efbdbc |
UHC | 隘梧??? | 11100100111101101110011111111100001111110011111100111111 | e4f6e7fc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)