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?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
SJIS-WIN | ?T?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
EUC-JP | ?T?f?T?fB | 001111110101010000111111011001100011111101010100001111110110011001000010 | 3f543f663f543f6642 |
UTF-8 | 혺T혯f혺T혯fB | 1110110110011000101110100101010011101101100110001010111101100110111011011001100010111010010101001110110110011000101011110110011001000010 | ed98ba54ed98af66ed98ba54ed98af6642 |
UHC | 혺T혯f혺T혯fB | 11000010100111110101010011000010100101100110011011000010100111110101010011000010100101100110011001000010 | c29f54c29666c29f54c2966642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)