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 | 壯?㎞節?? | 100110101110000100111111100001110111000110010000110111110011111100111111 | 9ae13f877190df3f3f |
EUC-JP | 壯??節?? | 1101010011100011001111110011111111000000111000010011111100111111 | d4e33f3fc0e13f3f |
UTF-8 | 壯며㎞節댐풛 | 111001011010001110101111111010111010100110110000111000111000111010011110111001111010111110000000111010111000110010010000111011011001001010011011 | e5a3afeba9b0e38e9ee7af80eb8c90ed929b |
UHC | 壯며㎞節댐풛 | 111011011110000010111000111001111010011110110000111011111011110110110100111011111011111010011110 | ede0b8e7a7b0efbdb4efbe9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)