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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鱈遜測奪促 | 10010010010011001001000110111011100100011010101010010010010001001001000110100011 | 924c91bb91aa924491a3 |
EUC-JP | 鱈遜測奪促 | 11000011101011011100001010111101110000101010110011000011101001011100001010100101 | c3adc2bdc2acc3a5c2a5 |
UTF-8 | 鱈遜測奪促 | 111010011011000110001000111010011000000110011100111001101011100010101100111001011010010110101010111001001011111110000011 | e9b188e9819ce6b8ace5a5aae4bf83 |
UHC | ?遜測奪促 | 001111111110000111100001111101101011010011110111101011001111010110110101 | 3fe1e1f6b4f7acf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)