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 | 100100101101000000111111010110011001001011010000001111110110001001000101 | 92d03f5992d03f6245 |
EUC-JP | 漬?Y漬?bE | 110001001101001000111111010110011100010011010010001111110110001001000101 | c4d23f59c4d23f6245 |
UTF-8 | 漬쌨Y漬쌨bE | 111001101011110010101100111011001000110010101000010110011110011010111100101011001110110010001100101010000110001001000101 | e6bcacec8ca859e6bcacec8ca86245 |
UHC | 漬쌨Y漬쌨bE | 1111001010110000101111011101111001011001111100101011000010111101110111100110001001000101 | f2b0bdde59f2b0bdde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)