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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嵂失鈆 | 111110101011001010001110101110001111101111000001 | fab28eb8fbc1 |
EUC-JP | 嵂失鈆 | 1000111110111011110100001011110010111010100011111110001110111100 | 8fbbd0bcba8fe3bc |
UTF-8 | 嵂失鈆 | 111001011011010110000010111001011010010010110001111010011000100010000110 | e5b582e5a4b1e98886 |
UHC | ?失? | 00111111111000111111011100111111 | 3fe3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)