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 | 譯抵セ呻セ | 1110011010100001100100101110111110111110100110011110111110111110 | e6a192efbe99efbe |
EUC-JP | 譯抵セ呻セ | 11101100101000111100010011110001100011101011111011010010111100011000111010111110 | eca3c4f18ebed2f18ebe |
UTF-8 | 譯抵セ呻セ | 111010001010110110101111111001101000101010110101111011111011110110111110111001011001000110111011111011111011110110111110 | e8adafe68ab5efbdbee591bbefbdbe |
UHC | 譯抵?呻? | 1110011010111011111011101011110100111111111000111110001000111111 | e6bbeebd3fe3e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)