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 | ?堤?? | 0011111110010010111001110011111100111111 | 3f92e73f3f |
EUC-JP | ?堤焰? | 00111111110001001110100110001111110010011110111100111111 | 3fc4e98fc9ef3f |
UTF-8 | 뤻堤焰뤑 | 111010111010010010111011111001011010000010100100111001111000010010110000111010111010010010010001 | eba4bbe5a0a4e784b0eba491 |
UHC | 뤻堤焰뤑 | 1000111111101001111100001010011111100110111110111000111111000001 | 8fe9f0a7e6fb8fc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)