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 | 1000111101111000100010111001000101011001100011110111100010001011100100010110001001000101 | 8f788b91598f788b916245 |
EUC-JP | 駿拒Y駿拒bE | 1011110111011001101101011111000101011001101111011101100110110101111100010110001001000101 | bdd9b5f159bdd9b5f16245 |
UTF-8 | 駿拒Y駿拒bE | 111010011010011110111111111001101000101110010010010110011110100110100111101111111110011010001011100100100110001001000101 | e9a7bfe68b9259e9a7bfe68b926245 |
UHC | 駿拒Y駿拒bE | 1111000111100111110010111101111001011001111100011110011111001011110111100110001001000101 | f1e7cbde59f1e7cbde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)