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 | 篌ハス | 111000101011101011001010101111011111010111010101 | e2bacabdf5d5 |
EUC-JP | 篌ハス? | 11100100101111001000111011001010100011101011110100111111 | e4bc8eca8ebd3f |
UTF-8 | 篌ハス | 111001111010111110001100111011111011111010001010111011111011110110111101111011101001000110000000 | e7af8cefbe8aefbdbdee9180 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)