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 | シウ硝ヲ竺 | 111100001110111110111100101100111000111111001001101001101000111010110001 | f0efbcb38fc9a68eb1 |
EUC-JP | ?シウ硝ヲ竺 | 0011111110001110101111001000111010110011101111101100101110001110101001101011110010110011 | 3f8ebc8eb3becb8ea6bcb3 |
UTF-8 | シウ硝ヲ竺 | 111011101000001010101110111011111011110110111100111011111011110110110011111001111010000110011101111011111011110110100110111001111010101110111010 | ee82aeefbdbcefbdb3e7a19defbda6e7abba |
UHC | ???硝?竺 | 0011111100111111001111111111010110100110001111111111010111100111 | 3f3f3ff5a63ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)