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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ?功ゅ??∮V | 00111111100011001111011110000010111000110011111100111111100001111001001101010110 | 3f8cf782e33f3f879356 |
EUC-JP | ?功ゅ???V | 001111111011100011111001101001001110010100111111001111110011111101010110 | 3fb8f9a4e53f3f3f56 |
UTF-8 | 룴功ゅ룴햶∮V | 11101011101000111011010011100101100010101001111111100011100000101000010111101011101000111011010011101101100101101011011011100010100010001010111001010110 | eba3b4e58a9fe38285eba3b4ed96b6e288ae56 |
UHC | 룴功ゅ룴햶∮V | 10001111101010011100110111101101101010101110010110001111101010011100000110001111101000101011000101010110 | 8fa9cdedaae58fa9c18fa2b156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)