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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀞私??濤 | 1001001111010010100011101000010000111111001111111001111110110111 | 93d28e843f3f9fb7 |
EUC-JP | 瀞私??濤 | 1100011011010100101110111110010000111111001111111101111010111001 | c6d4bbe43f3fdeb9 |
UTF-8 | 瀞私렦몇濤 | 111001111000000010011110111001111010011110000001111010111010000010100110111010111010101010000111111001101011111110100100 | e7809ee7a781eba0a6ebaa87e6bfa4 |
UHC | 瀞私렦몇濤 | 11101111111001111101111011100111100011101011010110111000111011101101010010100110 | efe7dee78eb5b8eed4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)