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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???緯h | 001111110011111100111111100010001101110001101000 | 3f3f3f88dc68 |
EUC-JP | ???緯h | 001111110011111100111111101100001101111001101000 | 3f3f3fb0de68 |
UTF-8 | 룶끗룫緯h | 11101011101000111011011011101011100000011001011111101011101000111010101111100111101101111010111101101000 | eba3b6eb8197eba3abe7b7af68 |
UHC | 룶끗룫緯h | 100011111010101110110010111111011000111110100010111010101101010101101000 | 8fabb2fd8fa2ead568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)