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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | テ、\ツ古 | 110000111010010001011100110000101000110011000011 | c3a45cc28cc3 |
EUC-JP | テ、\ツ古 | 100011101100001110001110101001000101110010001110110000101011100011000101 | 8ec38ea45c8ec2b8c5 |
UTF-8 | テ、\ツ古 | 11101111101111101000001111101111101111011010010001011100111011111011111010000010111001011000111110100100 | efbe83efbda45cefbe82e58fa4 |
UHC | ??\?古 | 001111110011111101011100001111111100110110101111 | 3f3f5c3fcdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)