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 | ¢®£Àó² | 101000101010111010100011110000001111001110110010 | a2aea3c0f3b2 |
SJIS-WIN | ¢?£??? | 1000000110010001001111111000000110010010001111110011111100111111 | 81913f81923f3f3f |
EUC-JP | ¢®£Àó? | 1010000111110001100011111010001011101110101000011111001010001111101010101010001010001111101010111101000100111111 | a1f18fa2eea1f28faaa28fabd13f |
UTF-8 | ¢®£Àó² | 110000101010001011000010101011101100001010100011110000111000000011000011101100111100001010110010 | c2a2c2aec2a3c380c3b3c2b2 |
UHC | ?®???² | 0011111110100010111001110011111100111111001111111010100111110111 | 3fa2e73f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)