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 | 橈??日 | 100111101111010000111111001111111001001111111010 | 9ef43f3f93fa |
EUC-JP | 橈??日 | 110111001111011000111111001111111100011011111100 | dcf63f3fc6fc |
UTF-8 | 橈볝깺日 | 111001101010100110001000111010111011001110011101111010101011100110111010111001101001011110100101 | e6a988ebb39deab9bae697a5 |
UHC | 橈볝깺日 | 1110100011111010100100111110001110000011101001101110110011101101 | e8fa93e383a6eced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)