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 | 渦o?徇?? | 100010010101000110000010100011110011111110011100011011010011111100111111 | 8951828f3f9c6d3f3f |
EUC-JP | 渦o?徇?? | 101100011011001010100011111011110011111111010111110011100011111100111111 | b1b2a3ef3fd7ce3f3f |
UTF-8 | 渦o퐛徇묋쐽 | 111001101011100010100110111011111011110110001111111011011001000010011011111001011011111010000111111010111010110010001011111011001001000010111101 | e6b8a6efbd8fed909be5be87ebac8bec90bd |
UHC | 渦o퐛徇묋쐽 | 111010001011111010100011111011111011110110000101111000101101111110010001111010001011111010100011 | e8bea3efbd85e2df91e8bea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)