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 | 蔟駕週茆 | 1110010011110101100010011110110110001111010101001110010010011011 | e4f589ed8f54e49b |
EUC-JP | 蔟駕週茆 | 1110100011110111101100101110111110111101101101011110011111111011 | e8f7b2efbdb5e7fb |
UTF-8 | 蔟駕週茆 | 111010001001010010011111111010011010011110010101111010011000000010110001111010001000110010000110 | e8949fe9a795e980b1e88c86 |
UHC | ?駕週? | 001111111100101010111101111100011100111000111111 | 3fcabdf1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)