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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 靷??琫? | 100011111110011110111101001111110011111110001111110011001010111100111111 | 8fe7bd3f3f8fccaf3f |
UTF-8 | 靷닻렦琫렡 | 111010011001110110110111111010111000101110111011111010111010000010100110111001111001000010101011111010111010000010100001 | e99db7eb8bbbeba0a6e790abeba0a1 |
UHC | 靷닻렦琫렡 | 11101100111001101011010011101001100011101011010111011100111011011000111010110010 | ece6b4e98eb5dced8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)