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 | 鴉?細??? | 1110100111101011001111111000110111010111001111110011111100111111 | e9eb3f8dd73f3f3f |
EUC-JP | 鴉?細??? | 1111001011101101001111111011101011011001001111110011111100111111 | f2ed3fbad93f3f3f |
UTF-8 | 鴉랓細흭嶺랔 | 111010011011010010001001111010111001111010010011111001111011010010110000111011011001110110101101111011111010011010101011111010111001111010010100 | e9b489eb9e93e7b4b0ed9dadefa6abeb9e94 |
UHC | 鴉랓細흭嶺랔 | 111001001011110010001101111110001110000110101100110001011000100111100111101011011000110111111001 | e4bc8df8e1acc589e7ad8df9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)