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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 袒翅Y袒翅bE | 1110010111010110111000111100000001011001111001011101011011100011110000000110001001000101 | e5d6e3c059e5d6e3c06245 |
EUC-JP | 袒翅Y袒翅bE | 1110101011011000111001101100001001011001111010101101100011100110110000100110001001000101 | ead8e6c259ead8e6c26245 |
UTF-8 | 袒翅Y袒翅bE | 111010001010001010010010111001111011111110000101010110011110100010100010100100101110011110111111100001010110001001000101 | e8a292e7bf8559e8a292e7bf856245 |
UHC | 袒翅Y袒翅bE | 1101001110110010111000111100011101011001110100111011001011100011110001110110001001000101 | d3b2e3c759d3b2e3c76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)