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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 悅????ぃ? | 111110101011110100111111001111110011111100111111100000101010000100111111 | fabd3f3f3f3f82a13f |
EUC-JP | ?????ぃ? | 0011111100111111001111110011111100111111101001001010001100111111 | 3f3f3f3f3fa4a33f |
UTF-8 | 悅쎈씍杻쇗ぃ溜 | 111001101000001010000101111011001000111010001000111011001001010010001101111011111010011110001000111011001000011110010111111000111000000110000011111011111010011110001011 | e68285ec8e88ec948defa788ec8797e38183efa78b |
UHC | 悅쎈씍杻쇗ぃ溜 | 1110011011101101101111011110101110011101101001001110101011110100101111001110011010101010101000111110101011111110 | e6edbdeb9da4eaf4bce6aaa3eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)