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 | 癲る?鎰? | 1110000110011111100000101110100100111111111010000100110000111111 | e19f82e93fe84c3f |
EUC-JP | 癲る?鎰? | 1110001010100001101001001110101100111111111011111010110100111111 | e2a1a4eb3fefad3f |
UTF-8 | 癲る쵓鎰뺹 | 111001111001100110110010111000111000001010001011111011001011010110010011111010011000111010110000111010111011101010111001 | e799b2e3828becb593e98eb0ebbab9 |
UHC | 癲る쵓鎰뺹 | 11101111101001101010101011101011101011001001010111101100111100001001011001000010 | efa6aaebac95ecf09642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)