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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | テゥcツ… | 110000111010100101100011110000101000000101100011 | c3a963c28163 |
EUC-JP | テゥcツ… | 100011101100001110001110101010010110001110001110110000101010000111000100 | 8ec38ea9638ec2a1c4 |
UTF-8 | テゥcツ… | 11101111101111101000001111101111101111011010100101100011111011111011111010000010111000101000000010100110 | efbe83efbda963efbe82e280a6 |
UHC | ??c?… | 001111110011111101100011001111111010000110100110 | 3f3f633fa1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)