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 | 宵。「 | 100011111010101010100001101000101111011111111011 | 8faaa1a2f7fb |
EUC-JP | 宵。「? | 10111110101011001000111010100001100011101010001000111111 | beac8ea18ea23f |
UTF-8 | 宵。「 | 111001011010111010110101111011111011110110100001111011111011110110100010111011101001011110011110 | e5aeb5efbda1efbda2ee979e |
UHC | 宵??? | 1110000110110010001111110011111100111111 | e1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)