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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕁雁寛 | 111001010100000010001010111001011000101010110000 | e5408ae58ab0 |
EUC-JP | 蕁雁寛 | 111010011010000110110100111001111011010010110010 | e9a1b4e7b4b2 |
UTF-8 | 蕁雁寛 | 111010001001010110000001111010011001101110000001111001011010111110011011 | e89581e99b81e5af9b |
UHC | 蕁雁? | 1101001111000110111001001101001000111111 | d3c6e4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)