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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???惟? | 001111110011111100111111100010001101001000111111 | 3f3f3f88d23f |
EUC-JP | ???惟? | 001111110011111100111111101100001101010000111111 | 3f3f3fb0d43f |
UTF-8 | 롚롒롆惟렯 | 111010111010000110011010111010111010000110010010111010111010000110000110111001101000001110011111111010111010000010101111 | eba19aeba192eba186e6839feba0af |
UHC | 롚롒롆惟렯 | 10001110110111101000111011010111100011101100110011101010111011101000111010111100 | 8ede8ed78ecceaee8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)