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 | ???節▼ | 00111111001111110011111110010000110111111000000110100101 | 3f3f3f90df81a5 |
EUC-JP | ???節▼ | 00111111001111110011111111000000111000011010001010100111 | 3f3f3fc0e1a2a7 |
UTF-8 | 遼섇읆節▼ | 111011111010011110000011111011001000010010000111111011001001110110000110111001111010111110000000111000101001011010111100 | efa783ec8487ec9d86e7af80e296bc |
UHC | 遼섇읆節▼ | 11101001101011001001100011100101100111111011110011101111101111011010000111100101 | e9ac98e59fbcefbda1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)