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 | 漬?畯? | 100100101101000000111111111110110110111100111111 | 92d03ffb6f3f |
EUC-JP | 漬?畯? | 11000100110100100011111110001111110011011011101100111111 | c4d23f8fcdbb3f |
UTF-8 | 漬렜畯렪 | 111001101011110010101100111010111010000010011100111001111001010110101111111010111010000010101010 | e6bcaceba09ce795afeba0aa |
UHC | 漬렜畯렪 | 1111001010110000100011101010111011110001111000011000111010111000 | f2b08eaef1e18eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)