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 | メスセ鉷 | 111100011110000111010010111100011000111010111101101111101111101111001101 | f1e1d2f18ebdbefbcd |
EUC-JP | ?メ?スセ鉷 | 0011111110001110110100100011111110001110101111011000111010111110100011111110001111110001 | 3f8ed23f8ebd8ebe8fe3f1 |
UTF-8 | メスセ鉷 | 111011101000010110011100111011111011111010010010111011101000010010001001111011111011110110111101111011111011110110111110111010011000100110110111 | ee859cefbe92ee8489efbdbdefbdbee989b7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)