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 | ラヘ | 111100011110100111010111110011011111000111101001 | f1e9d7cdf1e9 |
EUC-JP | ?ラヘ? | 001111111000111011010111100011101100110100111111 | 3f8ed78ecd3f |
UTF-8 | ラヘ | 111011101000010110100100111011111011111010010111111011111011111010001101111011101000010110100100 | ee85a4efbe97efbe8dee85a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)