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 | 疇豎疇窘 | 1110000101100101111001101011000111100001011001011110001001111010 | e165e6b1e165e27a |
EUC-JP | 疇豎疇窘 | 1110000111000110111011001011001111100001110001101110001111011011 | e1c6ecb3e1c6e3db |
UTF-8 | 疇豎疇窘 | 111001111001011010000111111010001011000110001110111001111001011010000111111001111010101010011000 | e79687e8b18ee79687e7aa98 |
UHC | 疇?疇窘 | 11110001110000100011111111110001110000101100111111010111 | f1c23ff1c2cfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)