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 | ???艤 | 0011111100111111001111111110010001111110 | 3f3f3fe47e |
EUC-JP | 倻??艤 | 10001111101100011111011000111111001111111110011111011111 | 8fb1f63f3fe7df |
UTF-8 | 倻딃걖艤 | 111001011000000010111011111010111001010010000011111010101011000110010110111010001000100110100100 | e580bbeb9483eab196e889a4 |
UHC | 倻딃걖艤 | 1110010110100110100010101110100110000001100000011110101111111010 | e5a68ae98181ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)