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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 倻??滎??^ | 1000111110110001111101100011111100111111100011111100100010111001001111110011111101011110 | 8fb1f63f3f8fc8b93f3f5e |
UTF-8 | 倻븅눈滎쒐댚^ | 11100101100000001011101111101011101110001000010111101011100010001000100011100110101110111000111011101100100100101001000011101011100011001001101001011110 | e580bbebb885eb8888e6bb8eec9290eb8c9a5e |
UHC | 倻븅눈滎쒐댚^ | 11100101101001101011101011101001101101001010101111111011101000111001110011100111100010001011111001011110 | e5a6bae9b4abfba39ce788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)