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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苑??? | 1000100110010001001111110011111100111111 | 89913f3f3f |
EUC-JP | 苑??? | 1011000111110001001111110011111100111111 | b1f13f3f3f |
UTF-8 | 苑재렮옜 | 111010001000101110010001111011001001111010101100111010111010000010101110111011001001100010011100 | e88b91ec9eaceba0aeec989c |
UHC | 苑재렮옜 | 1110101010111101110000001110011110001110101110111011111110111111 | eabdc0e78ebbbfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)