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 | 谷贈束誰 | 1001001001001010100100011010000110010001101010011001001001001110 | 924a91a191a9924e |
EUC-JP | 谷贈束誰 | 1100001110101011110000101010001111000010101010111100001110101111 | c3abc2a3c2abc3af |
UTF-8 | 谷贈束誰 | 111010001011000010110111111010001011010010001000111001101001110110011111111010001010101010110000 | e8b0b7e8b488e69d9fe8aab0 |
UHC | 谷贈束誰 | 1100110111011011111100011111110011100001110101101110001011000001 | cddbf1fce1d6e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)