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 | 迸ウ諢/ | 11100111100111101011001111100110100001001000000101011110 | e79eb3e684815e |
EUC-JP | 迸ウ諢/ | 1110110111111110100011101011001111101011111001001010000110111111 | edfe8eb3ebe4a1bf |
UTF-8 | 迸ウ諢/ | 111010001011111110111000111011111011110110110011111010001010101110100010111011111011110010001111 | e8bfb8efbdb3e8aba2efbc8f |
UHC | ???/ | 0011111100111111001111111010001110101111 | 3f3f3fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)