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 | 錠?椅? | 100011111111100100111111100010001101011000111111 | 8ff93f88d63f |
EUC-JP | 錠?椅? | 101111101111101100111111101100001101100000111111 | befb3fb0d83f |
UTF-8 | 錠렣椅렦 | 111010011000110010100000111010111010000010100011111001101010010010000101111010111010000010100110 | e98ca0eba0a3e6a485eba0a6 |
UHC | 錠렣椅렦 | 1110111111111100100011101011010011101011111101011000111010110101 | effc8eb4ebf58eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)