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 | 若녹뼏溜욄쭇 | 111011111010010110110100111010111000010110111001111010111011110010001111111011111010011110001011111011001001101010000100111011001010110110000111 | efa5b4eb85b9ebbc8fefa78bec9a84ecad87 |
UHC | 若녹뼏溜욄쭇 | 111001011010111010110011111011001001011010010111111010101111111010011110111001101010011110000011 | e5aeb3ec9697eafe9ee6a783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)