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 | ×òÑξ | 10001110110101111111001011010001100011101100111010111110 | 8ed7f2d18ecebe |
SJIS-WIN | ?×????? | 0011111110000001011111100011111100111111001111110011111100111111 | 3f817e3f3f3f3f3f |
EUC-JP | ?×òÑ?Î? | 0011111110100001110111111000111110101011110100101000111110101010110100000011111110001111101010101100001000111111 | 3fa1df8fabd28faad03f8faac23f |
UTF-8 | ×òÑξ | 1100001010001110110000111001011111000011101100101100001110010001110000101000111011000011100011101100001010111110 | c28ec397c3b2c391c28ec38ec2be |
UHC | ?×????¾ | 001111111010000110111111001111110011111100111111001111111010100011111010 | 3fa1bf3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)