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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 甞炙甃猜LB | 11100001010100101110000001110100111000010100101111100000110010000100110001000010 | e152e074e14be0c84c42 |
EUC-JP | 甞炙甃猜LB | 11100001101100111101111111010101111000011010110011100000110010100100110001000010 | e1b3dfd5e1ace0ca4c42 |
UTF-8 | 甞炙甃猜LB | 1110011110010100100111101110011110000010100110011110011110010100100000111110011110001100100111000100110001000010 | e7949ee78299e79483e78c9c4c42 |
UHC | ?炙?猜LB | 0011111111101101101100110011111111100011110001000100110001000010 | 3fedb33fe3c44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)