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 | ?舅畢? | 001111111110010001101110100101010100110000111111 | 3fe46e954c3f |
EUC-JP | ?舅畢? | 001111111110011111001111110010011010110100111111 | 3fe7cfc9ad3f |
UTF-8 | 뤝舅畢족 | 111010111010010010011101111010001000100010000101111001111001010110100010111011001010000110110001 | eba49de88885e795a2eca1b1 |
UHC | 뤝舅畢족 | 1000111111001100110011111100000011111001101101001100000110110111 | 8fcccfc0f9b4c1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)