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 | 笞笞鴣鮃 | 1110001010011010111000101001101011101001111100111110100110110111 | e29ae29ae9f3e9b7 |
EUC-JP | 笞笞鴣鮃 | 1110001111111010111000111111101011110010111101011111001010111001 | e3fae3faf2f5f2b9 |
UTF-8 | 笞笞鴣鮃 | 111001111010110010011110111001111010110010011110111010011011010010100011111010011010111010000011 | e7ac9ee7ac9ee9b4a3e9ae83 |
UHC | 笞笞?? | 111101111100001011110111110000100011111100111111 | f7c2f7c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)