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 | 禎??再?└ | 100100101111010100111111001111111000110111000100001111111000010010100100 | 92f53f3f8dc43f84a4 |
EUC-JP | 禎??再?└ | 110001001111011100111111001111111011101011000110001111111010100010100110 | c4f73f3fbac63fa8a6 |
UTF-8 | 禎꿜걀再ㅻ└ | 111001111010011010001110111010101011111110011100111010101011000110000000111001011000011010001101111000111000010110111011111000101001010010010100 | e7a68eeabf9ceab180e5868de385bbe29494 |
UHC | 禎꿜걀再ㅻ└ | 111011111110111010110010111001001011000010111111111011101010001010100100111010111010011010100110 | efeeb2e4b0bfeea2a4eba6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)