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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 笠?Y笠?bE | 100010100111110100111111010110011000101001111101001111110110001001000101 | 8a7d3f598a7d3f6245 |
EUC-JP | 笠?Y笠?bE | 101100111101111000111111010110011011001111011110001111110110001001000101 | b3de3f59b3de3f6245 |
UTF-8 | 笠덟Y笠덟bE | 111001111010110010100000111010111000110110011111010110011110011110101100101000001110101110001101100111110110001001000101 | e7aca0eb8d9f59e7aca0eb8d9f6245 |
UHC | 笠덟Y笠덟bE | 1101100010100010101101001111110001011001110110001010001010110100111111000110001001000101 | d8a2b4fc59d8a2b4fc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)