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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 厭??\ | 1000100101111101001111110011111101011100 | 897d3f3f5c |
EUC-JP | 厭??\ | 1011000111011110001111110011111101011100 | b1de3f3f5c |
UTF-8 | 厭걣댗\ | 11100101100011101010110111101010101100011010001111101011100011001001011101011100 | e58eadeab1a3eb8c975c |
UHC | 厭걣댗\ | 11100110111101001000000110001100100010001011101101011100 | e6f4818c88bb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)