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 | 譟夥瀦竏ョ | 111001101001111110011010111011001001001010010101111000101000100010101110 | e69f9aec9295e288ae |
EUC-JP | 譟夥瀦竏ョ | 11101100101000011101010011101110110000111111010111100011111010001000111010101110 | eca1d4eec3f5e3e88eae |
UTF-8 | 譟夥瀦竏ョ | 111010001010110110011111111001011010010010100101111001111000000010100110111001111010101110001111111011111011110110101110 | e8ad9fe5a4a5e780a6e7ab8fefbdae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)