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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???巽?? | 00111111001111110011111110010010010001100011111100111111 | 3f3f3f92463f3f |
EUC-JP | ???巽?? | 00111111001111110011111111000011101001110011111100111111 | 3f3f3fc3a73f3f |
UTF-8 | 輦깅벉巽뺟몭 | 111011111010011010011000111010101011100110000101111010111011001010001001111001011011011110111101111010111011101010011111111010111010101010101101 | efa698eab985ebb289e5b7bdebba9febaaad |
UHC | 輦깅벉巽뺟몭 | 111001101110010010110001111010111001001110101100111000011101111010010101111001111001000110010111 | e6e4b1eb93ace1de95e79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)