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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涌唸痞眩瘁鞦 | 100101110100111110011010010110001110000101111100111000011011111111100001100000011110100011100001 | 974f9a58e17ce1bfe181e8e1 |
EUC-JP | 涌唸痞眩瘁鞦 | 110011011011000011010011101110011110000111011101111000101100000111100001111000011111000011100011 | cdb0d3b9e1dde2c1e1e1f0e3 |
UTF-8 | 涌唸痞眩瘁鞦 | 111001101011011010001100111001011001010010111000111001111001011110011110111001111001110010101001111001111001100010000001111010011001111010100110 | e6b68ce594b8e7979ee79ca9e79881e99ea6 |
UHC | 涌??眩?? | 1110100110111111001111110011111111111010110111110011111100111111 | e9bf3f3ffadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)