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 | 絶?ぐ絶?オ | 10010000111000100011111110000010101011101001000011100010001111111000001101001001 | 90e23f82ae90e23f8349 |
EUC-JP | 絶?ぐ絶?オ | 11000000111001000011111110100100101100001100000011100100001111111010010110101010 | c0e43fa4b0c0e43fa5aa |
UTF-8 | 絶귟ぐ絶귞オ | 111001111011010110110110111010101011011110011111111000111000000110010000111001111011010110110110111010101011011110011110111000111000001010101010 | e7b5b6eab79fe38190e7b5b6eab79ee382aa |
UHC | 絶귟ぐ絶귞オ | 111011111011111010000010111010001010101010110000111011111011111010000010111001111010101110101010 | efbe82e8aab0efbe82e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)