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 | 壹?艇? | 100110101110001100111111100100101111100000111111 | 9ae33f92f83f |
EUC-JP | 壹?艇? | 110101001110010100111111110001001111101000111111 | d4e53fc4fa3f |
UTF-8 | 壹렩艇렯 | 111001011010001110111001111010111010000010101001111010001000100110000111111010111010000010101111 | e5a3b9eba0a9e88987eba0af |
UHC | 壹렩艇렯 | 1110110011101100100011101011011111101111111100111000111010111100 | ecec8eb7eff38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)