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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 巡?翁\ | 100011111000010000111111100010011010010101011100 | 8f843f89a55c |
EUC-JP | 巡?翁\ | 101111011110010000111111101100101010011101011100 | bde43fb2a75c |
UTF-8 | 巡잱翁\ | 11100101101101111010000111101100100111101011000111100111101111111000000101011100 | e5b7a1ec9eb1e7bf815c |
UHC | 巡잱翁\ | 11100010110111101001111111111001111010001011101001011100 | e2de9ff9e8ba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)