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 | 1110100101101001100111001111011101011001111010010110100110011100111101110110001001000101 | e9699cf759e9699cf76245 |
EUC-JP | 駟戈Y駟戈bE | 1111000111001010110110001111100101011001111100011100101011011000111110010110001001000101 | f1cad8f959f1cad8f96245 |
UTF-8 | 駟戈Y駟戈bE | 111010011010011110011111111001101000100010001000010110011110100110100111100111111110011010001000100010000110001001000101 | e9a79fe6888859e9a79fe688886245 |
UHC | 駟戈Y駟戈bE | 1101111011111001110011011111110001011001110111101111100111001101111111000110001001000101 | def9cdfc59def9cdfc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)