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 | 揃孫贈谷 | 1001000110110101100100011011011110010001101000011001001001001010 | 91b591b791a1924a |
EUC-JP | 揃孫贈谷 | 1100001010110111110000101011100111000010101000111100001110101011 | c2b7c2b9c2a3c3ab |
UTF-8 | 揃孫贈谷 | 111001101000111110000011111001011010110110101011111010001011010010001000111010001011000010110111 | e68f83e5adabe8b488e8b0b7 |
UHC | ?孫贈谷 | 00111111111000011101110111110001111111001100110111011011 | 3fe1ddf1fccddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)