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 | 褝雅政籵 | 1110010111111010100010011110101110010000101011011110001011100000 | e5fa89eb90ade2e0 |
EUC-JP | 褝雅政籵 | 1110101011111100101100101110110111000000101011111110010011100010 | eafcb2edc0afe4e2 |
UTF-8 | 褝雅政籵 | 111010001010010010011101111010011001101110000101111001101001010010111111111001111011000110110101 | e8a49de99b85e694bfe7b1b5 |
UHC | ?雅政? | 001111111110010010111010111011111101100100111111 | 3fe4baefd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)