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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 瀇。ネ\ | 1111101101001111101000011100100001011100 | fb4fa1c85c |
EUC-JP | 瀇。ネ\ | 1000111111001001101011011000111010100001100011101100100001011100 | 8fc9ad8ea18ec85c |
UTF-8 | 瀇。ネ\ | 11100111100000001000011111101111101111011010000111101111101111101000100001011100 | e78087efbda1efbe885c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)