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 | ??ら佃 | 001111110011111110000010111001111001001011001111 | 3f3f82e792cf |
EUC-JP | ??ら佃 | 001111110011111110100100111010011100010011010001 | 3f3fa4e9c4d1 |
UTF-8 | 뤯헤ら佃 | 111010111010010010101111111011011001011110100100111000111000001010001001111001001011110110000011 | eba4afed97a4e38289e4bd83 |
UHC | 뤯헤ら佃 | 1000111111011101110001111110110010101010111010011110111011101100 | 8fddc7ecaae9eeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)