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 | 阡俶ァォ譛坑 | 11101000100101001001100011100110101001111010101111100110100111001000110101000010 | e89498e6a7abe69c8d42 |
EUC-JP | 阡俶ァォ譛坑 | 111011111111010011010000111010001000111010100111100011101010101111101011111111001011100110100011 | eff4d0e88ea78eabebfcb9a3 |
UTF-8 | 阡俶ァォ譛坑 | 111010011001100010100001111001001011111110110110111011111011110110100111111011111011110110101011111010001010110110011011111001011001110110010001 | e998a1e4bfb6efbda7efbdabe8ad9be59d91 |
UHC | 阡????坑 | 1111010011000110001111110011111100111111001111111100101111010101 | f4c63f3f3f3fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)