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 | ?茨?劇? | 00111111100010001110111100111111100011001000000000111111 | 3f88ef3f8c803f |
EUC-JP | ?茨?劇? | 00111111101100001111000100111111101101111110000000111111 | 3fb0f13fb7e03f |
UTF-8 | 뤻茨ㅌ劇쎄 | 111010111010010010111011111010001000110010101000111000111000010110001100111001011000101010000111111011001000111010000100 | eba4bbe88ca8e3858ce58a87ec8e84 |
UHC | 뤻茨ㅌ劇쎄 | 10001111111010011110110110111100101001001011110011010000101111001011110111101010 | 8fe9edbca4bcd0bcbdea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)