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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 劣꾠뀿留뚪쐯 | 111011111010011010011101111010101011111010100000111010111000000010111111111011111010011110001101111010111001101010101010111011001001000010101111 | efa69deabea0eb80bfefa78deb9aaaec90af |
UHC | 劣꾠뀿留뚪쐯 | 111001101110101110000100111000111000010110110101111010111010011110001100111010011001110010010011 | e6eb84e385b5eba78ce99c93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)