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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錥嫉渧 | 111110111101011110001110101110011111101101001000 | fbd78eb9fb48 |
EUC-JP | 錥嫉渧 | 1000111111100100111000001011110010111011100011111100011111101011 | 8fe4e0bcbb8fc7eb |
UTF-8 | 錥嫉渧 | 111010011000110010100101111001011010101110001001111001101011100010100111 | e98ca5e5ab89e6b8a7 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)