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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 廩菁}v廩菁}vB | 10011100010010001110010011000101011111010111011010011100010010001110010011000101011111010111011001000010 | 9c48e4c57d769c48e4c57d7642 |
EUC-JP | 廩菁}v廩菁}vB | 11010111101010011110100011000111011111010111011011010111101010011110100011000111011111010111011001000010 | d7a9e8c77d76d7a9e8c77d7642 |
UTF-8 | 廩菁}v廩菁}vB | 1110010110111011101010011110100010001111100000010111110101110110111001011011101110101001111010001000111110000001011111010111011001000010 | e5bba9e88f817d76e5bba9e88f817d7642 |
UHC | ?菁}v?菁}vB | 0011111111110100111010100111110101110110001111111111010011101010011111010111011001000010 | 3ff4ea7d763ff4ea7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)