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 | ³±Å¥ | 10110011101100011100010110100101 | b3b1c5a5 |
SJIS-WIN | ?±?¥ | 001111111000000101111101001111111000000110001111 | 3f817d3f818f |
EUC-JP | ?±Å? | 00111111101000011101111010001111101010101010100100111111 | 3fa1de8faaa93f |
UTF-8 | ³±Å¥ | 1100001010110011110000101011000111000011100001011100001010100101 | c2b3c2b1c385c2a5 |
UHC | ³±?? | 101010011111100010100001101111100011111100111111 | a9f8a1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)