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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猥?が | 1110000011001110001111111000001010101010 | e0ce3f82aa |
EUC-JP | 猥?が | 1110000011010000001111111010010010101100 | e0d03fa4ac |
UTF-8 | 猥뜻が | 111001111000110010100101111010111001110010111011111000111000000110001100 | e78ca5eb9cbbe3818c |
UHC | 猥뜻が | 111010001110010110110110111001101010101010101100 | e8e5b6e6aaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)