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 | ?橈泄橈 | 00111111100111101111010010011111100101011001111011110100 | 3f9ef49f959ef4 |
EUC-JP | ?橈泄橈 | 00111111110111001111011011011101111101011101110011110110 | 3fdcf6ddf5dcf6 |
UTF-8 | 쐛橈泄橈 | 111011001001000010011011111001101010100110001000111001101011001110000100111001101010100110001000 | ec909be6a988e6b384e6a988 |
UHC | 쐛橈泄橈 | 1001110010000001111010001111101011100000110111001110100011111010 | 9c81e8fae0dce8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)