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 | 谷炭続息 | 1001001001001010100100100101100110010001101100011001000110100111 | 924a925991b191a7 |
EUC-JP | 谷炭続息 | 1100001110101011110000111011101011000010101100111100001010101001 | c3abc3bac2b3c2a9 |
UTF-8 | 谷炭続息 | 111010001011000010110111111001111000001010101101111001111011011010011010111001101000000110101111 | e8b0b7e782ade7b69ae681af |
UHC | 谷炭?息 | 11001101110110111111011110101001001111111110001111010011 | cddbf7a93fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)