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 | ??°??×@h | 0011111100111111101100000011111100111111110101110100000001101000 | 3f3fb03f3fd74068 |
SJIS-WIN | ??°??×@h | 00111111001111111000000110001011001111110011111110000001011111100100000001101000 | 3f3f818b3f3f817e4068 |
EUC-JP | ??°??×@h | 00111111001111111010000111101011001111110011111110100001110111110100000001101000 | 3f3fa1eb3f3fa1df4068 |
UTF-8 | 렻ㅔ°렻ㅔ×@h | 111010111010000010111011111000111000010110010100110000101011000011101011101000001011101111100011100001011001010011000011100101110100000001101000 | eba0bbe38594c2b0eba0bbe38594c3974068 |
UHC | 렻ㅔ°렻ㅔ×@h | 1000111011000011101001001100010010100001110001101000111011000011101001001100010010100001101111110100000001101000 | 8ec3a4c4a1c68ec3a4c4a1bf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)