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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨炊謙葆 | 1110010010111100100100001000011010001100101010101110010011011100 | e4bc90868caae4dc |
EUC-JP | 莨炊謙葆 | 1110100010111110101111111110011010111000101011001110100011011110 | e8bebfe6b8ace8de |
UTF-8 | 莨炊謙葆 | 111010001000111010101000111001111000001010001010111010001010110010011001111010001001000110000110 | e88ea8e7828ae8ac99e89186 |
UHC | ?炊謙? | 001111111111011010100111110011001100010100111111 | 3ff6a7ccc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)