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 | ???札 | 0011111100111111001111111000111001000100 | 3f3f3f8e44 |
EUC-JP | ???札 | 0011111100111111001111111011101110100101 | 3f3f3fbba5 |
UTF-8 | 뤈뇜붤札 | 111010111010010010001000111010111000011110011100111010111011011010100100111001101001110010101101 | eba488eb879cebb6a4e69cad |
UHC | 뤈뇜붤札 | 1000111110111000101100111111110110111010110111001111001111001110 | 8fb8b3fdbadcf3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)