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 | 읝욙싕읝 | 111011001001110110011101111011001001101010011001111011001000101110010101111011001001110110011101 | ec9d9dec9a99ec8b95ec9d9d |
UHC | 읝욙싕읝 | 1001111111000110100111101111010010011010110110001001111111000110 | 9fc69ef49ad89fc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)