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 | 失鴉ミ齊ョ | 11110000101001101000111010111000111010011110101111010000111010101000111010101110 | f0a68eb8e9ebd0ea8eae |
EUC-JP | ?失鴉ミ齊ョ | 0011111110111100101110101111001011101101100011101101000011110011111011101000111010101110 | 3fbcbaf2ed8ed0f3ee8eae |
UTF-8 | 失鴉ミ齊ョ | 111011101000000110100101111001011010010010110001111010011011010010001001111011111011111010010000111010011011110110001010111011111011110110101110 | ee81a5e5a4b1e9b489efbe90e9bd8aefbdae |
UHC | ?失鴉?齊? | 001111111110001111110111111001001011110000111111111100001011101000111111 | 3fe3f7e4bc3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)