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 | ???迪?氾 | 0011111100111111001111111110011110001100001111111001010011000011 | 3f3f3fe78c3f94c3 |
EUC-JP | ???迪?氾 | 0011111100111111001111111110110111101100001111111100100011000101 | 3f3f3fedec3fc8c5 |
UTF-8 | 溜재삡迪멱氾 | 111011111010011110001011111011001001111010101100111011001000001010100001111010001011111110101010111010111010100110110001111001101011000010111110 | efa78bec9eacec82a1e8bfaaeba9b1e6b0be |
UHC | 溜재삡迪멱氾 | 111010101111111011000000111001111011101111100100111011101110100010111000111010001101101111110000 | eafec0e7bbe4eee8b8e8dbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)