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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 風琉}風琉{^ | 1001010110010111100101111010111001111101100101011001011110010111101011100111101101011110 | 959797ae7d959797ae7b5e |
EUC-JP | 風琉}風琉{^ | 1100100111110111110011101011000001111101110010011111011111001110101100000111101101011110 | c9f7ceb07dc9f7ceb07b5e |
UTF-8 | 風琉}風琉{^ | 111010011010001010101000111001111001000010001001011111011110100110100010101010001110011110010000100010010111101101011110 | e9a2a8e790897de9a2a8e790897b5e |
UHC | 風琉}風琉{^ | 1111100110100110110101111011100001111101111110011010011011010111101110000111101101011110 | f9a6d7b87df9a6d7b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)