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 | リハミユャュ | 110110001100101011010000110101011010110010101101 | d8cad0d5acad |
EUC-JP | リハミユャュ | 100011101101100010001110110010101000111011010000100011101101010110001110101011001000111010101101 | 8ed88eca8ed08ed58eac8ead |
UTF-8 | リハミユャュ | 111011111011111010011000111011111011111010001010111011111011111010010000111011111011111010010101111011111011110110101100111011111011110110101101 | efbe98efbe8aefbe90efbe95efbdacefbdad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)