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 | 隘梧㍾笏 | 1110100010100101100011001110011010000111100011011110001010010100 | e8a58ce6878de294 |
EUC-JP | 隘梧?笏 | 11110000101001111011100011101000001111111110001111110100 | f0a7b8e83fe3f4 |
UTF-8 | 隘梧㍾笏 | 111010011001101010011000111001101010001010100111111000111000110110111110111001111010110010001111 | e99a98e6a2a7e38dbee7ac8f |
UHC | 隘梧?笏 | 11100100111101101110011111111100001111111111101111101110 | e4f6e7fc3ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)