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 | 韆コ雎コ | 111010001110011010111010111010001011000110111010 | e8e6bae8b1ba |
EUC-JP | 韆コ雎コ | 1111000011101000100011101011101011110000101100111000111010111010 | f0e88ebaf0b38eba |
UTF-8 | 韆コ雎コ | 111010011001111110000110111011111011110110111010111010011001101110001110111011111011110110111010 | e99f86efbdbae99b8eefbdba |
UHC | 韆?雎? | 111101001100011100111111111011101101000100111111 | f4c73feed13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)