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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷ャ譎唯 | 11111011101001001010110011100110100110011001011101000010 | fba4ace6999742 |
EUC-JP | 訷ャ譎唯 | 100011111101110111010100100011101010110011101011111110011100110110100011 | 8fddd48eacebf9cda3 |
UTF-8 | 訷ャ譎唯 | 111010001010100010110111111011111011110110101100111010001010110110001110111001011001010010101111 | e8a8b7efbdace8ad8ee594af |
UHC | ??譎唯 | 001111110011111111111101110100101110101011100110 | 3f3ffdd2eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)