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 | リハマケ | 1101100011001010110011111011100111110001101001111111001111000110 | d8cacfb9f1a7f3c6 |
EUC-JP | リハマケ?? | 10001110110110001000111011001010100011101100111110001110101110010011111100111111 | 8ed88eca8ecf8eb93f3f |
UTF-8 | リハマケ | 111011111011111010011000111011111011111010001010111011111011111010001111111011111011110110111001111011101000010010100010111011101000101010111001 | efbe98efbe8aefbe8fefbdb9ee84a2ee8ab9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)