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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?e?節⑨? | 001111111000001010000101001111111001000011011111100001110100100000111111 | 3f82853f90df87483f |
EUC-JP | ?e?節?? | 0011111110100011111001010011111111000000111000010011111100111111 | 3fa3e53fc0e13f3f |
UTF-8 | 遼e뮧節⑨슘 | 111011111010011110000011111011111011110110000101111010111010111010100111111001111010111110000000111000101001000110101000111011001000101010011000 | efa783efbd85ebaea7e7af80e291a8ec8a98 |
UHC | 遼e뮧節⑨슘 | 111010011010110010100011111001011001001010110010111011111011110110101000111011111011110110110111 | e9aca3e592b2efbda8efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)