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 | 篁糾化裘 | 1110001010111001100010111000101010001001101110111110010111100010 | e2b98b8a89bbe5e2 |
EUC-JP | 篁糾化裘 | 1110010010111011101101011110101010110010101111011110101011100100 | e4bbb5eab2bdeae4 |
UTF-8 | 篁糾化裘 | 111001111010111110000001111001111011001110111110111001011000110010010110111010001010001110011000 | e7af81e7b3bee58c96e8a398 |
UHC | 篁糾化? | 11111100110101101101000010101100111110111111100100111111 | fcd6d0acfbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)