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 | ?砦拔? | 001111111000110111010100100111010101010100111111 | 3f8dd49d553f |
EUC-JP | ?砦拔? | 001111111011101011010110110110011011011000111111 | 3fbad6d9b63f |
UTF-8 | 읨砦拔쇄 | 111011001001110110101000111001111010000010100110111001101000101110010100111011001000011110000100 | ec9da8e7a0a6e68b94ec8784 |
UHC | 읨砦拔쇄 | 1100000011001010111100111111011011011010111110111011110011100010 | c0caf3f6dafbbce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)