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 | 甑?肄?? | 10001101100110010011111111100011111001010011111100111111 | 8d993fe3e53f3f |
EUC-JP | 甑?肄?? | 10111001111110010011111111100110111001110011111100111111 | b9f93fe6e73f3f |
UTF-8 | 甑렏肄폈렰 | 111001111001010010010001111010111010000010001111111010001000001010000100111011011000111110001000111010111010000010110000 | e79491eba08fe88284ed8f88eba0b0 |
UHC | 甑렏肄폈렰 | 11110001111101111000111010100101111011001011110111000110111100011000111010111101 | f1f78ea5ecbdc6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)