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 | 娛뤿퀬利녘뀺 | 111001011010100010011011111010111010010010111111111011011000000010101100111011111010011110011101111010111000010110011000111010111000000010111010 | e5a89beba4bfed80acefa79deb8598eb80ba |
UHC | 娛뤿퀬利녘뀺 | 111001111111010010001111111010111011001110100000111011001010011010110011111010001000010110110000 | e7f48febb3a0eca6b3e885b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)