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 | ???巽ζ? | 0011111100111111001111111001001001000110100000111100010000111111 | 3f3f3f924683c43f |
EUC-JP | ???巽ζ? | 0011111100111111001111111100001110100111101001101100011000111111 | 3f3f3fc3a7a6c63f |
UTF-8 | 捻뀁슜巽ζ룚 | 1110111110100110101001001110101110000000100000011110110010001010100111001110010110110111101111011100111010110110111010111010001110011010 | efa6a4eb8081ec8a9ce5b7bdceb6eba39a |
UHC | 捻뀁슜巽ζ룚 | 111001101111011110110010111011001001101010101001111000011101111010100101111001101000111110010110 | e6f7b2ec9aa9e1dea5e68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)