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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萸?П維? | 1110010011001110001111111000010001010000100010001101101100111111 | e4ce3f845088db3f |
EUC-JP | 萸?П維? | 1110100011010000001111111010011110110001101100001101110100111111 | e8d03fa7b1b0dd3f |
UTF-8 | 萸곷П維뚮 | 1110100010010000101110001110101010110011101101111101000010011111111001111011011010101101111010111001101010101110 | e890b8eab3b7d09fe7b6adeb9aae |
UHC | 萸곷П維뚮 | 11101011101011011000000111101011101011001011000111101011101010111000110011101011 | ebad81ebacb1ebab8ceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)