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 | 畑??意e? | 100101001010100000111111001111111000100011010011100000101000010100111111 | 94a83f3f88d382853f |
EUC-JP | 畑??意e? | 110010001010101000111111001111111011000011010101101000111110010100111111 | c8aa3f3fb0d5a3e53f |
UTF-8 | 畑대갭意e뵱 | 111001111001010110010001111010111000110010000000111010101011000010101101111001101000010010001111111011111011110110000101111010111011010110110001 | e79591eb8c80eab0ade6848fefbd85ebb5b1 |
UHC | 畑대갭意e뵱 | 111011111010010110110100111010111011000010111000111010111111001010100011111001011001010010101111 | efa5b4ebb0b8ebf2a3e594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)