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 | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ⅴB丈 | 11110000111010111111101001000100010000101000111111100100 | f0ebfa44428fe4 |
EUC-JP | ??B丈 | 0011111100111111010000101011111011100110 | 3f3f42bee6 |
UTF-8 | ⅴB丈 | 11101110100000101010101011100010100001011011010001000010111001001011100010001000 | ee82aae285b442e4b888 |
UHC | ?ⅴB丈 | 001111111010010110100101010000101110110111011011 | 3fa5a542eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)