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 | 繒????? | 11111011100011110011111100111111001111110011111100111111 | fb8f3f3f3f3f3f |
EUC-JP | 繒?栯??? | 10001111110101001101010000111111100011111100001111010010001111110011111100111111 | 8fd4d43f8fc3d23f3f3f |
UTF-8 | 繒렑栯숄렰렰 | 111001111011100110010010111010111010000010010001111001101010000010101111111011001000100010000100111010111010000010110000111010111010000010110000 | e7b992eba091e6a0afec8884eba0b0eba0b0 |
UHC | 繒렑栯숄렰렰 | 111100011111100110001110101001101110100111110001101111001111000110001110101111011000111010111101 | f1f98ea6e9f1bcf18ebd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)