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 | 池?漿? | 100100100111001000111111100111111111011100111111 | 92723f9ff73f |
EUC-JP | 池?漿? | 110000111101001100111111110111101111100100111111 | c3d33fdef93f |
UTF-8 | 池렍漿렱 | 111001101011000110100000111010111010000010001101111001101011110010111111111010111010000010110001 | e6b1a0eba08de6bcbfeba0b1 |
UHC | 池렍漿렱 | 1111001010101110100011101010001111101101111011001000111010111110 | f2ae8ea3edec8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)