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 | 梧??節e | 1000110011100110001111110011111110010000110111111000001010000101 | 8ce63f3f90df8285 |
EUC-JP | 梧??節e | 1011100011101000001111110011111111000000111000011010001111100101 | b8e83f3fc0e1a3e5 |
UTF-8 | 梧삥쮭節e | 111001101010001010100111111011001000001010100101111011001010111010101101111001111010111110000000111011111011110110000101 | e6a2a7ec82a5ecaeade7af80efbd85 |
UHC | 梧삥쮭節e | 11100111111111001011101111100110101010001000101011101111101111011010001111100101 | e7fcbbe6a88aefbda3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)