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 | ??薺\ | 0011111100111111111001010101010001011100 | 3f3fe5545c |
EUC-JP | ??薺\ | 0011111100111111111010011011010101011100 | 3f3fe9b55c |
UTF-8 | 렱렚薺\ | 11101011101000001011000111101011101000001001101011101000100101101011101001011100 | eba0b1eba09ae896ba5c |
UHC | 렱렚薺\ | 10001110101111101000111010101101111100001011000101011100 | 8ebe8eadf0b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)