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 | ?睾?? | 0011111111100001110011100011111100111111 | 3fe1ce3f3f |
EUC-JP | ?睾?? | 0011111111100010110100000011111100111111 | 3fe2d03f3f |
UTF-8 | 렺睾렺┙ | 111010111010000010111010111001111001110110111110111010111010000010111010111000101001010010011001 | eba0bae79dbeeba0bae29499 |
UHC | 렺睾렺┙ | 1000111011000010110011011100001010001110110000101010011011000100 | 8ec2cdc28ec2a6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)