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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ酖鶴エ | 1111001010110000110000101110011111000011111111000100100110110100 | f2b0c2e7c3fc49b4 |
EUC-JP | ?ツ酖?エ | 0011111110001110110000101110111011000101001111111000111010110100 | 3f8ec2eec53f8eb4 |
UTF-8 | ツ酖鶴エ | 111011101000011110100111111011111011111010000010111010011000010110010110111011111010100010101101111011111011110110110100 | ee87a7efbe82e98596efa8adefbdb4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)