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 | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 練쇗뮈Y練쇗뮈bE | 111011111010011010010110111011001000011110010111111010111010111010001000010110011110111110100110100101101110110010000111100101111110101110101110100010000110001001000101 | efa696ec8797ebae8859efa696ec8797ebae886245 |
UHC | 練쇗뮈Y練쇗뮈bE | 111001101101111110111100111001101011100110111111010110011110011011011111101111001110011010111001101111110110001001000101 | e6dfbce6b9bf59e6dfbce6b9bf6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)