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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???訝? | 001111110011111100111111111001100110001000111111 | 3f3f3fe6623f |
EUC-JP | 旿??訝? | 1000111111000001111101000011111100111111111010111100001100111111 | 8fc1f43f3febc33f |
UTF-8 | 旿묈뼔訝놷 | 111001101001011110111111111010111010110010001000111010111011110010010100111010001010100010011101111010111000011010110111 | e697bfebac88ebbc94e8a89deb86b7 |
UHC | 旿묈뼔訝놷 | 11100111111110101001000111100101100101101001110011100100101110001000011101011001 | e7fa91e5969ce4b88759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)