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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 渦???e^ | 10001001010100010011111100111111001111110110010101011110 | 89513f3f3f655e |
EUC-JP | 渦???e^ | 10110001101100100011111100111111001111110110010101011110 | b1b23f3f3f655e |
UTF-8 | 渦대렑렫e^ | 1110011010111000101001101110101110001100100000001110101110100000100100011110101110100000101010110110010101011110 | e6b8a6eb8c80eba091eba0ab655e |
UHC | 渦대렑렫e^ | 11101000101111101011010011101011100011101010011010001110101110010110010101011110 | e8beb4eb8ea68eb9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)