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 | ?g?? | 0011111110000010100001110011111100111111 | 3f82873f3f |
EUC-JP | ?g?? | 0011111110100011111001110011111100111111 | 3fa3e73f3f |
UTF-8 | 溜g븲溜 | 111011111010011110001011111011111011110110000111111010111011100010110010111011111010011110001011 | efa78befbd87ebb8b2efa78b |
UHC | 溜g븲溜 | 1110101011111110101000111110011110010101100110111110101011111110 | eafea3e7959beafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)