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 | ??俟 | 00111111001111111001100011010110 | 3f3f98d6 |
EUC-JP | ??俟 | 00111111001111111101000011011000 | 3f3fd0d8 |
UTF-8 | 뤈뫙俟 | 111010111010010010001000111010111010101110011001111001001011111110011111 | eba488ebab99e4bf9f |
UHC | 뤈뫙俟 | 100011111011100010111000111111011101111011000110 | 8fb8b8fddec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)