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 | 場謗オ而 | 10001111111010101110011010001110101101011000111010100111 | 8feae68eb58ea7 |
EUC-JP | 場謗オ而 | 1011111011101100111010111110111010001110101101011011110010101001 | beecebee8eb5bca9 |
UTF-8 | 場謗オ而 | 111001011010000010110100111010001010110010010111111011111011110110110101111010001000000010001100 | e5a0b4e8ac97efbdb5e8808c |
UHC | 場謗?而 | 11101101110111101101101110111111001111111110110010111011 | eddedbbf3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)