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 | 蝨?漱\ | 111001011001110000111111100111111111100101011100 | e59c3f9ff95c |
EUC-JP | 蝨?漱\ | 111010011111110000111111110111101111101101011100 | e9fc3fdefb5c |
UTF-8 | 蝨덊漱\ | 11101000100111011010100011101011100011011000101011100110101111001011000101011100 | e89da8eb8d8ae6bcb15c |
UHC | 蝨덊漱\ | 11100011101001001000100011101101111000101010101101011100 | e3a488ede2ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)