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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲≪?維?、 | 11100001100111111000000111100001001111111000100011011011001111111000000101000001 | e19f81e13f88db3f8141 |
EUC-JP | 癲≪?維?、 | 11100010101000011010001011100011001111111011000011011101001111111010000110100010 | e2a1a2e33fb0dd3fa1a2 |
UTF-8 | 癲≪쉮維쀥、 | 111001111001100110110010111000101000100110101010111011001000100110101110111001111011011010101101111011001000000010100101111000111000000010000001 | e799b2e289aaec89aee7b6adec80a5e38081 |
UHC | 癲≪쉮維쀥、 | 111011111010011010100001111011001001101010000110111010111010101110010111111001011010000110100010 | efa6a1ec9a86ebab97e5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)