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 | 宍鵄セ | 11110000101011101000111010110011111010011111010110111110 | f0ae8eb3e9f5be |
EUC-JP | ?宍鵄セ | 00111111101111001011010111110010111101111000111010111110 | 3fbcb5f2f78ebe |
UTF-8 | 宍鵄セ | 111011101000000110101101111001011010111010001101111010011011010110000100111011111011110110111110 | ee81ade5ae8de9b584efbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)