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 | 郢樌ь粤守送 | 111001111011100110011110111011001000010010001110111000101110001110001110111001111001000110010111 | e7b99eec848ee2e38ee79197 |
EUC-JP | 郢樌ь粤守送 | 111011101011101111011100111011101010011111101110111001001110010110111100111010011100000111110111 | eebbdceea7eee4e5bce9c1f7 |
UTF-8 | 郢樌ь粤守送 | 1110100110000011101000101110011010101000100011001101000110001100111001111011001010100100111001011010111010001000111010011000000010000001 | e983a2e6a88cd18ce7b2a4e5ae88e98081 |
UHC | ??ь?守送 | 001111110011111110101100111011100011111111100001111110101110000111101010 | 3f3facee3fe1fae1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)