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 | ?療?朞注 | 0011111110010111110000110011111110011110010011011001001010001101 | 3f97c33f9e4d928d |
EUC-JP | ?療?朞注 | 0011111111001110110001010011111111011011101011101100001111101101 | 3fcec53fdbaec3ed |
UTF-8 | 룶療룵朞注 | 111010111010001110110110111001111001100110000010111010111010001110110101111001101001110010011110111001101011001110101000 | eba3b6e79982eba3b5e69c9ee6b3a8 |
UHC | 룶療룵朞注 | 10001111101010111101011011111011100011111010101011010001101000011111000110111100 | 8fabd6fb8faad1a1f1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)