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 | 渦????? | 10110001101100100011111100111111001111110011111100111111 | b1b23f3f3f3f3f |
UTF-8 | 渦깅맧梨띰쭓 | 111001101011100010100110111010101011100110000101111010111010011110100111111011111010011110100010111010111001110110110000111011001010110110010011 | e6b8a6eab985eba7a7efa7a2eb9db0ecad93 |
UHC | 渦깅맧梨띰쭓 | 111010001011111010110001111010111001000010110000111011001011000110110110111011111010011110001011 | e8beb1eb90b0ecb1b6efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)