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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 精?精?艇? | 100100001011100000111111100100001011100000111111100100101111100000111111 | 90b83f90b83f92f83f |
EUC-JP | 精?精?艇? | 110000001011101000111111110000001011101000111111110001001111101000111111 | c0ba3fc0ba3fc4fa3f |
UTF-8 | 精렫精렫艇렯 | 111001111011001010111110111010111010000010101011111001111011001010111110111010111010000010101011111010001000100110000111111010111010000010101111 | e7b2beeba0abe7b2beeba0abe88987eba0af |
UHC | 精렫精렫艇렯 | 111011111111000110001110101110011110111111110001100011101011100111101111111100111000111010111100 | eff18eb9eff18eb9eff38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)