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 | 裔??隘? | 11100101111000010011111100111111111010001010010100111111 | e5e13f3fe8a53f |
EUC-JP | 裔??隘? | 11101010111000110011111100111111111100001010011100111111 | eae33f3ff0a73f |
UTF-8 | 裔쏁㈃隘쀨 | 111010001010001110010100111011001000111110000001111000111000100010000011111010011001101010011000111011001000000010101000 | e8a394ec8f81e38883e99a98ec80a8 |
UHC | 裔쏁㈃隘쀨 | 11100111111000001001101111100111101010011011010011100100111101101001011111101000 | e7e09be7a9b4e4f697e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)