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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矍ミ | 1111010110111101111000011101110111110101101111011111000011101011111101011011110111010000 | f5bde1ddf5bdf0ebf5bdd0 |
EUC-JP | ?矍???ミ | 0011111111100010110111110011111100111111001111111000111011010000 | 3fe2df3f3f3f8ed0 |
UTF-8 | 矍ミ | 111011101001000010101000111001111001111110001101111011101001000010101000111011101000001010101010111011101001000010101000111011111011111010010000 | ee90a8e79f8dee90a8ee82aaee90a8efbe90 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)