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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湲?肄?? | 10011111110100010011111111100011111001010011111100111111 | 9fd13fe3e53f3f |
EUC-JP | 湲?肄?? | 11011110110100110011111111100110111001110011111100111111 | ded33fe6e73f3f |
UTF-8 | 湲렪肄흘렜 | 111001101011100110110010111010111010000010101010111010001000001010000100111011011001110110011000111010111010000010011100 | e6b9b2eba0aae88284ed9d98eba09c |
UHC | 湲렪肄흘렜 | 11101010101110001000111010111000111011001011110111001000111010101000111010101110 | eab88eb8ecbdc8ea8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)