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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??ゅ?功ュF | 00111111001111111000001011100011001111111000110011110111100000111000010101000110 | 3f3f82e33f8cf7838546 |
EUC-JP | ??ゅ?功ュF | 00111111001111111010010011100101001111111011100011111001101001011110010101000110 | 3f3fa4e53fb8f9a5e546 |
UTF-8 | 룵殺ゅ룴功ュF | 11101011101000111011010111101111101001011011000011100011100000101000010111101011101000111011010011100101100010101001111111100011100000111010010101000110 | eba3b5efa5b0e38285eba3b4e58a9fe383a546 |
UHC | 룵殺ゅ룴功ュF | 10001111101010101110000111101101101010101110010110001111101010011100110111101101101010111110010101000110 | 8faae1edaae58fa9cdedabe546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)