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 | ツ述ツ詠 | 110000101000111101110001110000101000100101110010 | c28f71c28972 |
EUC-JP | ツ述ツ詠 | 1000111011000010101111011101001010001110110000101011000111010011 | 8ec2bdd28ec2b1d3 |
UTF-8 | ツ述ツ詠 | 111011111011111010000010111010001011111110110000111011111011111010000010111010001010100110100000 | efbe82e8bfb0efbe82e8a9a0 |
UHC | ?述?詠 | 001111111110001011111011001111111110011111001001 | 3fe2fb3fe7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)