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 | 五??液?? | 1000110011011100001111110011111110001001011101000011111100111111 | 8cdc3f3f89743f3f |
EUC-JP | 五??液?? | 1011100011011110001111110011111110110001110101010011111100111111 | b8de3f3fb1d53f3f |
UTF-8 | 五잌꺽液ㅸ굜 | 111001001011101010010100111011001001111010001100111010101011101010111101111001101011011010110010111000111000010110111000111010101011010110011100 | e4ba94ec9e8ceababde6b6b2e385b8eab59c |
UHC | 五잌꺽液ㅸ굜 | 111001111110100110011111111001011011001010101001111001001111101110100100111010001000001010000100 | e7e99fe5b2a9e4fba4e88284 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)