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 | 業??揖?? | 1000101111000110001111110011111110010111010010110011111100111111 | 8bc63f3f974b3f3f |
EUC-JP | 業??揖?? | 1011011011001000001111110011111111001101101011000011111100111111 | b6c83f3fcdac3f3f |
UTF-8 | 業볥뜉揖먨뀈 | 111001101010010110101101111010111011001110100101111010111001110010001001111001101000111110010110111010111010100010101000111010111000000010001000 | e6a5adebb3a5eb9c89e68f96eba8a8eb8088 |
UHC | 業볥뜉揖먨뀈 | 111001011111011010010011111010111000110110001100111010111110011110010000111001011000010110000100 | e5f693eb8d8cebe790e58584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)