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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 僚놂퐡流⑴뙳 | 111011111010011010111011111010111000011010000010111011011001000010100001111011111010011110001010111000101001000110110100111010111001100110110011 | efa6bbeb8682ed90a1efa78ae291b4eb99b3 |
UHC | 僚놂퐡流⑴뙳 | 111010001110100010110011111011111011110110001010111010101111110010101001111001111000110010110110 | e8e8b3efbd8aeafca9e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)