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 | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | ????繆k | 00111111001111110011111100111111111000110111100001101011 | 3f3f3f3fe3786b |
EUC-JP | 澔???繆k | 100011111100100011101100001111110011111100111111111001011101100101101011 | 8fc8ec3f3f3fe5d96b |
UTF-8 | 澔목렰뫄繆k | 11100110101111101001010011101011101010101010100111101011101000001011000011101011101010111000010011100111101110011000011001101011 | e6be94ebaaa9eba0b0ebab84e7b9866b |
UHC | 澔목렰뫄繆k | 1111101111001011101110001111000110001110101111011011100011111010110110011111000001101011 | fbcbb8f18ebdb8fad9f06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)