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 | 垣?低?助 | 1000101001011111001111111001001011100001001111111000111110010101 | 8a5f3f92e13f8f95 |
EUC-JP | 垣?低?助 | 1011001111000000001111111100010011100011001111111011110111110101 | b3c03fc4e33fbdf5 |
UTF-8 | 垣렔低렲助 | 111001011001111010100011111010111010000010010100111001001011110110001110111010111010000010110010111001011000101010101001 | e59ea3eba094e4bd8eeba0b2e58aa9 |
UHC | 垣렔低렲助 | 11101010101011111000111010101001111011101011100010001110101111111111000010111110 | eaaf8ea9eeb88ebff0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)