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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 歟??幽??K | 100111110110001000111111001111111001011101001000001111110011111101001011 | 9f623f3f97483f3f4b |
EUC-JP | 歟??幽??K | 110111011100001100111111001111111100110110101001001111110011111101001011 | ddc33f3fcda93f3f4b |
UTF-8 | 歟㏓꽆幽낅뮡K | 11100110101011011001111111100011100011111001001111101010101111011000011011100101101110011011110111101011100000101000010111101011101011101010000101001011 | e6ad9fe38f93eabd86e5b9bdeb8285ebaea14b |
UHC | 歟㏓꽆幽낅뮡K | 11100110101000101010011111101011100001001001100011101010111010111000010111101011100100101010110101001011 | e6a2a7eb8498eaeb85eb92ad4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)