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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?健ヘ??ゴ | 001111111000110010010010100000110111011100111111001111111000001101010011 | 3f8c9283773f3f8353 |
EUC-JP | ?健ヘ??ゴ | 001111111011011111110010101001011101100000111111001111111010010110110100 | 3fb7f2a5d83f3fa5b4 |
UTF-8 | 룴健ヘ룶欄ゴ | 111010111010001110110100111001011000000110100101111000111000001110011000111010111010001110110110111011111010010010011101111000111000001010110100 | eba3b4e581a5e38398eba3b6efa49de382b4 |
UHC | 룴健ヘ룶欄ゴ | 100011111010100111001011111011011010101111011000100011111010101111010001111011011010101110110100 | 8fa9cbedabd88fabd1edabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)