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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 黑竺煆ネ骼エ | 11111100010010111000111010110001111110110101011011001000111010011000111010110100 | fc4b8eb1fb56c8e98eb4 |
EUC-JP | ?竺煆ネ骼エ | 001111111011110010110011100011111100100111110100100011101100100011110001111011101000111010110100 | 3fbcb38fc9f48ec8f1ee8eb4 |
UTF-8 | 黑竺煆ネ骼エ | 111010011011101110010001111001111010101110111010111001111000010110000110111011111011111010001000111010011010101010111100111011111011110110110100 | e9bb91e7abbae78586efbe88e9aabcefbdb4 |
UHC | 黑竺???? | 1111110111011001111101011110011100111111001111110011111100111111 | fdd9f5e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)