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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渦??熬? | 10001001010100010011111100111111111000001001001000111111 | 89513f3fe0923f |
EUC-JP | 渦??熬? | 10110001101100100011111100111111110111111111001000111111 | b1b23f3fdff23f |
UTF-8 | 渦욕렘熬뽬 | 111001101011100010100110111011001001101010010101111010111010000010011000111001111000011010101100111010111011110110101100 | e6b8a6ec9a95eba098e786acebbdac |
UHC | 渦욕렘熬뽬 | 11101000101111101011111111100101101101111011110111101000101000101001011011101000 | e8bebfe5b7bde8a296e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)