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 | 鴉?細?? | 11101001111010110011111110001101110101110011111100111111 | e9eb3f8dd73f3f |
EUC-JP | 鴉?細?? | 11110010111011010011111110111010110110010011111100111111 | f2ed3fbad93f3f |
UTF-8 | 鴉랓細흭嶺 | 111010011011010010001001111010111001111010010011111001111011010010110000111011011001110110101101111011111010011010101011 | e9b489eb9e93e7b4b0ed9dadefa6ab |
UHC | 鴉랓細흭嶺 | 11100100101111001000110111111000111000011010110011000101100010011110011110101101 | e4bc8df8e1acc589e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)