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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ古伉ア | 110000111000110011000011100110001100001010110001 | c38cc398c2b1 |
EUC-JP | テ古伉ア | 1000111011000011101110001100010111010000110001001000111010110001 | 8ec3b8c5d0c48eb1 |
UTF-8 | テ古伉ア | 111011111011111010000011111001011000111110100100111001001011110010001001111011111011110110110001 | efbe83e58fa4e4bc89efbdb1 |
UHC | ?古伉? | 001111111100110110101111111110011111001000111111 | 3fcdaff9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)