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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 뤙굴퍘흐섬뤵 | 111010111010010010011001111010101011010110110100111011011000110110011000111011011001110110010000111011001000010010101100111010111010010010110101 | eba499eab5b4ed8d98ed9d90ec84aceba4b5 |
UHC | 뤙굴퍘흐섬뤵 | 100011111100100010110001101111001011101110001111110010001110010110111100101101101000111111100011 | 8fc8b1bcbb8fc8e5bcb68fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)