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 | 譯抵セ橲 | 111001101010000110010010111011111011111010011110111011011111010110010101 | e6a192efbe9eedf595 |
EUC-JP | 譯抵セ橲? | 111011001010001111000100111100011000111010111110110111001110111100111111 | eca3c4f18ebedcef3f |
UTF-8 | 譯抵セ橲 | 111010001010110110101111111001101000101010110101111011111011110110111110111001101010100110110010111011101001000010000000 | e8adafe68ab5efbdbee6a9b2ee9080 |
UHC | 譯抵??? | 11100110101110111110111010111101001111110011111100111111 | e6bbeebd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)