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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | テ静ゥt | 1100001110010000110000111010100101110100 | c390c3a974 |
EUC-JP | テ静ゥt | 10001110110000111100000011000101100011101010100101110100 | 8ec3c0c58ea974 |
UTF-8 | テ静ゥt | 11101111101111101000001111101001100111011001100111101111101111011010100101110100 | efbe83e99d99efbda974 |
UHC | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)