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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 쁪뮹쁪뎧 | 111011001000000110101010111010111010111010111001111011001000000110101010111010111000111010100111 | ec81aaebaeb9ec81aaeb8ea7 |
UHC | 쁪뮹쁪뎧 | 1001100001101011100100101100000010011000011010111000100101110110 | 986b92c0986b8976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)