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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 蔭??蔭??F | 100010001111110000111111001111111000100011111100001111110011111101000110 | 88fc3f3f88fc3f3f46 |
EUC-JP | 蔭??蔭??F | 101100001111111000111111001111111011000011111110001111110011111101000110 | b0fe3f3fb0fe3f3f46 |
UTF-8 | 蔭붿꽍蔭띿꽠F | 11101000100101001010110111101011101101101011111111101010101111011000110111101000100101001010110111101011100111011011111111101010101111011010000001000110 | e894adebb6bfeabd8de894adeb9dbfeabda046 |
UHC | 蔭붿꽍蔭띿꽠F | 11101011111000111001010011101100100001001001110111101011111000111000110111101100100001001010110101000110 | ebe394ec849debe38dec84ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)