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 | 穽???? | 111000100111011000111111001111110011111100111111 | e2763f3f3f3f |
EUC-JP | 穽???? | 111000111101011100111111001111110011111100111111 | e3d73f3f3f3f |
UTF-8 | 穽폈렱쟉렱 | 111001111010100110111101111011011000111110001000111010111010000010110001111011001001111110001001111010111010000010110001 | e7a9bded8f88eba0b1ec9f89eba0b1 |
UHC | 穽폈렱쟉렱 | 11101111111100001100011011110001100011101011111011000000111100011000111010111110 | eff0c6f18ebec0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)