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 | 諱å | 1110100010101011101100011110010110010010 | e8abb1e592 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | è?±å? | 10001111101010111011001000111111101000011101111010001111101010111010100100111111 | 8fabb23fa1de8faba93f |
UTF-8 | 諱å | 11000011101010001100001010101011110000101011000111000011101001011100001010010010 | c3a8c2abc2b1c3a5c292 |
UHC | ??±?? | 001111110011111110100001101111100011111100111111 | 3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)