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 | 余??逸 | 100101110101110100111111001111111000100011101101 | 975d3f3f88ed |
EUC-JP | 余??逸 | 110011011011111000111111001111111011000011101111 | cdbe3f3fb0ef |
UTF-8 | 余쒕겲逸 | 111001001011110110011001111011001001001010010101111010101011001010110010111010011000000010111000 | e4bd99ec9295eab2b2e980b8 |
UHC | 余쒕겲逸 | 1110010111111001100111001110101110000001101111101110110011101111 | e5f99ceb81beecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)