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 | 邂情ぎ邁 | 1110011110101110100011111110111010000010101011001110011110110000 | e7ae8fee82ace7b0 |
EUC-JP | 邂情ぎ邁 | 1110111010110000101111101111000010100100101011101110111010110010 | eeb0bef0a4aeeeb2 |
UTF-8 | 邂情ぎ邁 | 111010011000001010000010111001101000001110000101111000111000000110001110111010011000001010000001 | e98282e68385e3818ee98281 |
UHC | 邂情ぎ邁 | 1111101010110011111011111101011110101010101011101101100011100100 | fab3efd7aaaed8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)