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 | ??Ø??\ | 001111110011111111011000001111110011111101011100 | 3f3fd83f3f5c |
SJIS-WIN | 沃??肉?\ | 1001011110000000001111110011111110010011111101110011111101011100 | 97803f3f93f73f5c |
EUC-JP | 沃?Ø肉?\ | 11001101111000000011111110001111101010011010110011000110111110010011111101011100 | cde03f8fa9acc6f93f5c |
UTF-8 | 沃욌Ø肉쌠\ | 111001101011001010000011111011001001101010001100110000111001100011101000100000101000100111101100100011001010000001011100 | e6b283ec9a8cc398e88289ec8ca05c |
UHC | 沃욌Ø肉쌠\ | 1110100010101010100111101110101110101000101010101110101110111111100110110100110001011100 | e8aa9eeba8aaebbf9b4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)