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 | 渦??熬?? | 1000100101010001001111110011111111100000100100100011111100111111 | 89513f3fe0923f3f |
EUC-JP | 渦??熬?? | 1011000110110010001111110011111111011111111100100011111100111111 | b1b23f3fdff23f3f |
UTF-8 | 渦욤떨熬뽬꽦 | 111001101011100010100110111011001001101010100100111010111001011010101000111001111000011010101100111010111011110110101100111010101011110110100110 | e6b8a6ec9aa4eb96a8e786acebbdaceabda6 |
UHC | 渦욤떨熬뽬꽦 | 111010001011111010111111111010001011011010110011111010001010001010010110111010001000010010110001 | e8bebfe8b6b3e8a296e884b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)