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 | 棕?肄?? | 10011110101000010011111111100011111001010011111100111111 | 9ea13fe3e53f3f |
EUC-JP | 棕?肄?? | 11011100101000110011111111100110111001110011111100111111 | dca33fe6e73f3f |
UTF-8 | 棕렏肄펠렜 | 111001101010001110010101111010111010000010001111111010001000001010000100111011011000111010100000111010111010000010011100 | e6a395eba08fe88284ed8ea0eba09c |
UHC | 棕렏肄펠렜 | 11110000111101111000111010100101111011001011110111000110111001111000111010101110 | f0f78ea5ecbdc6e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)