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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 射粐而 | 100011101100101111100010111000101000111010100111 | 8ecbe2e28ea7 |
EUC-JP | 射粐而 | 101111001100110111100100111001001011110010101001 | bccde4e4bca9 |
UTF-8 | 射粐而 | 111001011011000010000100111001111011001010010000111010001000000010001100 | e5b084e7b290e8808c |
UHC | 射?而 | 1101111011010010001111111110110010111011 | ded23fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)