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 | É«£çûµû | 1000111111001001101010111010001111100111111110111011010111111011 | 8fc9aba3e7fbb5fb |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ?É?£çû?û | 0011111110001111101010101011000100111111101000011111001010001111101010111010111010001111101010111110010100111111100011111010101111100101 | 3f8faab13fa1f28fabae8fabe53f8fabe5 |
UTF-8 | É«£çûµû | 11000010100011111100001110001001110000101010101111000010101000111100001110100111110000111011101111000010101101011100001110111011 | c28fc389c2abc2a3c3a7c3bbc2b5c3bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)