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 | 庸??鎰?/ | 100101110110011000111111001111111110100001001100001111111000000101011110 | 97663f3fe84c3f815e |
EUC-JP | 庸??鎰?/ | 110011011100011100111111001111111110111110101101001111111010000110111111 | cdc73f3fefad3fa1bf |
UTF-8 | 庸뉗옚鎰쎾/ | 111001011011101010111000111010111000100110010111111011001001100010011010111010011000111010110000111011001000111010111110111011111011110010001111 | e5bab8eb8997ec989ae98eb0ec8ebeefbc8f |
UHC | 庸뉗옚鎰쎾/ | 111010011011110010000111111011001001111010011110111011001111000010011011111001011010001110101111 | e9bc87ec9e9eecf09be5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)