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 | ?盖?? | 0011111111100001101100110011111100111111 | 3fe1b33f3f |
EUC-JP | ?盖?? | 0011111111100010101101010011111100111111 | 3fe2b53f3f |
UTF-8 | 렺盖렺旽 | 111010111010000010111010111001111001101110010110111010111010000010111010111001101001011110111101 | eba0bae79b96eba0bae697bd |
UHC | 렺盖렺旽 | 1000111011000010110010111100110010001110110000101101010011000101 | 8ec2cbcc8ec2d4c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)