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 | 矗矇モ。 | 1110000111011110111000011101110011110111101000111101001110100001 | e1dee1dcf7a3d3a1 |
EUC-JP | 矗矇?モ。 | 111000101110000011100010110111100011111110001110110100111000111010100001 | e2e0e2de3f8ed38ea1 |
UTF-8 | 矗矇モ。 | 111001111001111110010111111001111001111110000111111011101001011010000110111011111011111010010011111011111011110110100001 | e79f97e79f87ee9686efbe93efbda1 |
UHC | 矗???? | 111101011011100000111111001111110011111100111111 | f5b83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)