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 | ?寡?刷? | 00111111100010011100011100111111100011011111110000111111 | 3f89c73f8dfc3f |
EUC-JP | ?寡艅刷? | 001111111011001011001001100011111101011011111101101110101111111000111111 | 3fb2c98fd6fdbafe3f |
UTF-8 | 룶寡艅刷礪 | 111010111010001110110110111001011010111110100001111010001000100110000101111001011000100010110111111011111010011010000101 | eba3b6e5afa1e88985e588b7efa685 |
UHC | 룶寡艅刷礪 | 10001111101010111100110111111011111001101010100111100001111011001110011010100111 | 8fabcdfbe6a9e1ece6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)