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 | 遽城が裄 | 1110011110101111100011111110100110000010101010101110010111100000 | e7af8fe982aae5e0 |
EUC-JP | 遽城が裄 | 1110111010110001101111101110101110100100101011001110101011100010 | eeb1beeba4aceae2 |
UTF-8 | 遽城が裄 | 111010011000000110111101111001011001111110001110111000111000000110001100111010001010001110000100 | e981bde59f8ee3818ce8a384 |
UHC | 遽城が? | 11001011111010001110000011110010101010101010110000111111 | cbe8e0f2aaac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)