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 | 偲エナメナ而 | 1000111011000011101101001100010111010010110001011000111010100111 | 8ec3b4c5d2c58ea7 |
EUC-JP | 偲エナメナ而 | 101111001100010110001110101101001000111011000101100011101101001010001110110001011011110010101001 | bcc58eb48ec58ed28ec5bca9 |
UTF-8 | 偲エナメナ而 | 111001011000000110110010111011111011110110110100111011111011111010000101111011111011111010010010111011111011111010000101111010001000000010001100 | e581b2efbdb4efbe85efbe92efbe85e8808c |
UHC | ?????而 | 00111111001111110011111100111111001111111110110010111011 | 3f3f3f3f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)