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 | 郢樌ь繞取あ | 111001111011100110011110111011001000010010001110111000111000010110001110111001101000001010100000 | e7b99eec848ee3858ee682a0 |
EUC-JP | 郢樌ь繞取あ | 111011101011101111011100111011101010011111101110111001011110010110111100111010001010010010100010 | eebbdceea7eee5e5bce8a4a2 |
UTF-8 | 郢樌ь繞取あ | 1110100110000011101000101110011010101000100011001101000110001100111001111011100110011110111001011000111110010110111000111000000110000010 | e983a2e6a88cd18ce7b99ee58f96e38182 |
UHC | ??ь繞取あ | 00111111001111111010110011101110111010011010010011110110101000101010101010100010 | 3f3faceee9a4f6a2aaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)