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??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
SJIS-WIN | ◆∵B??こ | 100000011001111110000001111001100100001000111111001111111000001010110001 | 819f81e6423f3f82b1 |
EUC-JP | ◆∵B??こ | 101000101010000110100010111010000100001000111111001111111010010010110011 | a2a1a2e8423f3fa4b3 |
UTF-8 | ◆∵B룶핊こ | 11100010100101111000011011100010100010001011010101000010111010111010001110110110111011011001010110001010111000111000000110010011 | e29786e288b542eba3b6ed958ae38193 |
UHC | ◆∵B룶핊こ | 1010000111011111101000011111000101000010100011111010101111000000100011111010101010110011 | a1dfa1f1428fabc08faab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)