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 | 閱묐벉肉경벚 | 111010011001011010110001111010111010110010010000111010111011001010001001111010001000001010001001111010101011001010111101111010111011001010011010 | e996b1ebac90ebb289e88289eab2bdebb29a |
UHC | 閱묐벉肉경벚 | 111001101111001110010001111010111001001110101100111010111011111110110000111001101011101010100010 | e6f391eb93acebbfb0e6baa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)