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 | リ酖 | 11110000111110111101100011100111110000111111001011100010 | f0fbd8e7c3f2e2 |
EUC-JP | ?リ酖? | 001111111000111011011000111011101100010100111111 | 3f8ed8eec53f |
UTF-8 | リ酖 | 111011101000001010111010111011111011111010011000111010011000010110010110111011101000100010011001 | ee82baefbe98e98596ee8899 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)