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 | 爺??若 | 100101101110101000111111001111111000111011100001 | 96ea3f3f8ee1 |
EUC-JP | 爺??若 | 110011001110110000111111001111111011110011100011 | ccec3f3fbce3 |
UTF-8 | 爺덆떔若 | 111001111000100010111010111010111000110110000110111010111001011010010100111010001000101110100101 | e788baeb8d86eb9694e88ba5 |
UHC | 爺덆떔若 | 1110010110101100100010001110100110001011101010101110010110110100 | e5ac88e98baae5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)