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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 怏??怡?? | 1001110010001001001111110011111110011100011111010011111100111111 | 9c893f3f9c7d3f3f |
EUC-JP | 怏??怡?? | 1101011111101001001111110011111111010111110111100011111100111111 | d7e93f3fd7de3f3f |
UTF-8 | 怏얠늿怡쇽㎗ | 111001101000000010001111111011001001011010100000111010111000101010111111111001101000000010100001111011001000011110111101111000111000111010010111 | e6808fec96a0eb8abfe680a1ec87bde38e97 |
UHC | 怏얠늿怡쇽㎗ | 111001001110100010111110111011001000100010001000111011001010111010111100111011111010011110100011 | e4e8beec8888ecaebcefa7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)