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 | ?旦?? | 0011111110010010010101010011111100111111 | 3f92553f3f |
EUC-JP | ?旦?? | 0011111111000011101101100011111100111111 | 3fc3b63f3f |
UTF-8 | 렺旦렻렊 | 111010111010000010111010111001101001011110100110111010111010000010111011111010111010000010001010 | eba0bae697a6eba0bbeba08a |
UHC | 렺旦렻렊 | 1000111011000010110100111010100110001110110000111000111010100001 | 8ec2d3a98ec38ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)