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 | ?x??TB | 001111110111100000111111001111110101010001000010 | 3f783f3f5442 |
SJIS-WIN | ?x??TB | 001111110111100000111111001111110101010001000010 | 3f783f3f5442 |
EUC-JP | ?x??TB | 001111110111100000111111001111110101010001000010 | 3f783f3f5442 |
UTF-8 | 혧x혺챵TB | 111011011001100010100111011110001110110110011000101110101110110010110001101101010101010001000010 | ed98a778ed98baecb1b55442 |
UHC | 혧x혺챵TB | 110000101000111101111000110000101001111111000011101100100101010001000010 | c28f78c29fc3b25442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)