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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???詭 | 0011111100111111001111111110011001101011 | 3f3f3fe66b |
EUC-JP | ???詭 | 0011111100111111001111111110101111001100 | 3f3f3febcc |
UTF-8 | 溫뚣굦詭 | 111001101011101010101011111010111001101010100011111010101011010110100110111010001010100110101101 | e6baabeb9aa3eab5a6e8a9ad |
UHC | 溫뚣굦詭 | 1110100010101110100011001110001110000010100011001100111111111000 | e8ae8ce3828ccff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)