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 | ハ勒 | 11111001101001101100101011101000110100111111000111101110 | f9a6cae8d3f1ee |
EUC-JP | ?ハ勒? | 001111111000111011001010111100001101010100111111 | 3f8ecaf0d53f |
UTF-8 | ハ勒 | 111011101001110010000001111011111011111010001010111001011000101110010010111011101000010110101001 | ee9c81efbe8ae58b92ee85a9 |
UHC | ??勒? | 0011111100111111110101111100110100111111 | 3f3fd7cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)