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 | ???禦 | 0011111100111111001111111000101110011010 | 3f3f3f8b9a |
EUC-JP | ???禦 | 0011111100111111001111111011010111111010 | 3f3f3fb5fa |
UTF-8 | 辰덅룫禦 | 111011111010010110110001111010111000110110000101111010111010001110101011111001111010011010100110 | efa5b1eb8d85eba3abe7a6a6 |
UHC | 辰덅룫禦 | 1110001111110101100010001110100010001111101000101110010111011101 | e3f588e88fa2e5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)