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 | 谷炭損束 | 1001001001001010100100100101100110010001101110011001000110101001 | 924a925991b991a9 |
EUC-JP | 谷炭損束 | 1100001110101011110000111011101011000010101110111100001010101011 | c3abc3bac2bbc2ab |
UTF-8 | 谷炭損束 | 111010001011000010110111111001111000001010101101111001101001000010001101111001101001110110011111 | e8b0b7e782ade6908de69d9f |
UHC | 谷炭損束 | 1100110111011011111101111010100111100001110111111110000111010110 | cddbf7a9e1dfe1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)