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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?哀?? | 0011111110001000101000110011111100111111 | 3f88a33f3f |
EUC-JP | ?哀?? | 0011111110110000101001010011111100111111 | 3fb0a53f3f |
UTF-8 | 얍哀렟안 | 111011001001011010001101111001011001001110000000111010111010000010011111111011001001010110001000 | ec968de59380eba09fec9588 |
UHC | 얍哀렟안 | 1011111011100101111001001110111010001110101100001011111011001000 | bee5e4ee8eb0bec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)