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 | ???肉?? | 00111111001111110011111110010011111101110011111100111111 | 3f3f3f93f73f3f |
EUC-JP | ???肉?? | 00111111001111110011111111000110111110010011111100111111 | 3f3f3fc6f93f3f |
UTF-8 | 令⒲꺂肉경벚 | 111011111010011010101000111000101001001010110010111010101011101010000010111010001000001010001001111010101011001010111101111010111011001010011010 | efa6a8e292b2eaba82e88289eab2bdebb29a |
UHC | 令⒲꺂肉경벚 | 111001111010100110101001111000111000001110101011111010111011111110110000111001101011101010100010 | e7a9a9e383abebbfb0e6baa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)