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 | 渦????? | 10001001010100010011111100111111001111110011111100111111 | 89513f3f3f3f3f |
EUC-JP | 渦????ł | 101100011011001000111111001111110011111100111111100011111010100111001000 | b1b23f3f3f3f8fa9c8 |
UTF-8 | 渦깆슌理앯ł | 1110011010111000101001101110101010111001100001101110110010001010100011001110111110100111101001001110110010010101101011111100010110000010 | e6b8a6eab986ec8a8cefa7a4ec95afc582 |
UHC | 渦깆슌理앯ł | 111010001011111010110001111011001001101010011100111011001011010110011101111001111010100110101001 | e8beb1ec9a9cecb59de7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)