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 | 嫉遙室鉎 | 11110001111110111000111010111001111010101010000110001110101110101111101111000111 | f1fb8eb9eaa18ebafbc7 |
EUC-JP | ?嫉遙室鉎 | 00111111101111001011101111110100101000111011110010111100100011111110001111011111 | 3fbcbbf4a3bcbc8fe3df |
UTF-8 | 嫉遙室鉎 | 111011101000010110110110111001011010101110001001111010011000000110011001111001011010111010100100111010011000100110001110 | ee85b6e5ab89e98199e5aea4e9898e |
UHC | ?嫉遙室? | 0011111111110010111011001110100110101011111000111111100000111111 | 3ff2ece9abe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)