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 | 烏??倚? | 10001001010001110011111100111111100110001101111100111111 | 89473f3f98df3f |
EUC-JP | 烏??倚? | 10110001101010000011111100111111110100001110000100111111 | b1a83f3fd0e13f |
UTF-8 | 烏띾슢倚쒙 | 111001111000001110001111111010111001110110111110111011001000101010100010111001011000000010011010111011001001001010011001 | e7838feb9dbeec8aa2e5809aec9299 |
UHC | 烏띾슢倚쒙 | 11101000101000011000110111101011100110101010111011101011111011111001110011101111 | e8a18deb9aaeebef9cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)