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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | 馭??B馭?? | 111010010110011000111111001111110100001011101001011001100011111100111111 | e9663f3f42e9663f3f |
EUC-JP | 馭??B馭?? | 111100011100011100111111001111110100001011110001110001110011111100111111 | f1c73f3f42f1c73f3f |
UTF-8 | 馭곸갚B馭곣굜 | 11101001101001101010110111101010101100111011100011101010101100001001101001000010111010011010011010101101111010101011001110100011111010101011010110011100 | e9a6adeab3b8eab09a42e9a6adeab3a3eab59c |
UHC | 馭곸갚B馭곣굜 | 11100101110111111000000111101100101100001011000101000010111001011101111110000001111000101000001010000100 | e5df81ecb0b142e5df81e28284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)