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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羽泥努 | 100010010100100010010011010001001001001101110111 | 894893449377 |
EUC-JP | 羽泥努 | 101100011010100111000101101001011100010111011000 | b1a9c5a5c5d8 |
UTF-8 | 羽泥努 | 111001111011111010111101111001101011001110100101111001011000101010101010 | e7bebde6b3a5e58aaa |
UHC | 羽泥努 | 111010011110001011010010111110101101001010111101 | e9e2d2fad2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)