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 | 車尺宍症ル | 1000111011010100100011101101101011110010111110011000111010110011100011111100011111011001 | 8ed48edaf2f98eb38fc7d9 |
EUC-JP | 車尺?宍症ル | 1011110011010110101111001101110000111111101111001011010110111110110010011000111011011001 | bcd6bcdc3fbcb5bec98ed9 |
UTF-8 | 車尺宍症ル | 111010001011101110001010111001011011000010111010111011101000100010110000111001011010111010001101111001111001011110000111111011111011111010011001 | e8bb8ae5b0baee88b0e5ae8de79787efbe99 |
UHC | 車尺??症? | 111100111011001111110100101010010011111100111111111100011111100000111111 | f3b3f4a93f3ff1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)