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 | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-WIN | 端H臓損 | 10010010010110110100100010010001100111111001000110111001 | 925b48919f91b9 |
EUC-JP | 端H臓損 | 11000011101111000100100011000010101000011100001010111011 | c3bc48c2a1c2bb |
UTF-8 | 端H臓損 | 11100111101010111010111101001000111010001000011110010011111001101001000010001101 | e7abaf48e88793e6908d |
UHC | 端H?損 | 110100111010111001001000001111111110000111011111 | d3ae483fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)