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 | 厓?ぐ娃?? | 111110101000110100111111100000101010111010001000101000010011111100111111 | fa8d3f82ae88a13f3f |
EUC-JP | 厓?ぐ娃?? | 10001111101101001100011100111111101001001011000010110000101000110011111100111111 | 8fb4c73fa4b0b0a33f3f |
UTF-8 | 厓⑵ぐ娃붹튆 | 111001011000111010010011111000101001000110110101111000111000000110010000111001011010100010000011111010111011011010111001111011011000101010000110 | e58e93e291b5e38190e5a883ebb6b9ed8a86 |
UHC | 厓⑵ぐ娃붹튆 | 111001001110110110101001111010001010101010110000111010001101111110010100111001101011100110011011 | e4eda9e8aab0e8df94e6b99b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)