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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????オ?? | 0011111100111111001111110011111110000011010010010011111100111111 | 3f3f3f3f83493f3f |
EUC-JP | ????オ?? | 0011111100111111001111110011111110100101101010100011111100111111 | 3f3f3f3fa5aa3f3f |
UTF-8 | 룵句룴횕オ룶죴 | 111010111010001110110101111011111010010010000110111010111010001110110100111011011001101010010101111000111000001010101010111010111010001110110110111011001010001110110100 | eba3b5efa486eba3b4ed9a95e382aaeba3b6eca3b4 |
UHC | 룵句룴횕オ룶죴 | 1000111110101010110011111111101110001111101010011100001110001111101010111010101010001111101010111010000110001111 | 8faacffb8fa9c38fabaa8faba18f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)