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 | ???楯?? | 00111111001111110011111110001111011111000011111100111111 | 3f3f3f8f7c3f3f |
EUC-JP | ???楯?? | 00111111001111110011111110111101110111010011111100111111 | 3f3f3fbddd3f3f |
UTF-8 | 琉딁룺楯귞ㄺ | 111011111010011110001100111010111001010010000001111010111010001110111010111001101010010110101111111010101011011110011110111000111000010010111010 | efa78ceb9481eba3bae6a5afeab79ee384ba |
UHC | 琉딁룺楯귞ㄺ | 111010111010010010001010111001111000111110101101111000101110010010000010111001111010010010101010 | eba48ae78fade2e482e7a4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)