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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茴縁什 | 111001001010000010001001100011111000111101011001 | e4a0898f8f59 |
EUC-JP | 茴縁什 | 111010001010001010110001111011111011110110111010 | e8a2b1efbdba |
UTF-8 | 茴縁什 | 111010001000110010110100111001111011100010000001111001001011101110000000 | e88cb4e7b881e4bb80 |
UHC | 茴?什 | 1111110011101101001111111110010010100111 | fced3fe4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)