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 | 若뱀뮂流듸쬁 | 111011111010010110110100111010111011000110000000111010111010111010000010111011111010011110001010111010111001001110111000111011001010110010000001 | efa5b4ebb180ebae82efa78aeb93b8ecac81 |
UHC | 若뱀뮂流듸쬁 | 111001011010111010111001111011001001001010010001111010101111110010110101111011111010011010011000 | e5aeb9ec9291eafcb5efa698 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)