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 | 褸苓。幎。雅 | 11100101111110001001011111101000101000011001101111101011101000011000100111101011 | e5f897e8a19beba189eb |
EUC-JP | 褸苓。幎。雅 | 111010101111101011001110111010101000111010100001110101101110110110001110101000011011001011101101 | eafaceea8ea1d6ed8ea1b2ed |
UTF-8 | 褸苓。幎。雅 | 111010001010010010111000111010001000101110010011111011111011110110100001111001011011100110001110111011111011110110100001111010011001101110000101 | e8a4b8e88b93efbda1e5b98eefbda1e99b85 |
UHC | 褸????雅 | 1101011110101110001111110011111100111111001111111110010010111010 | d7ae3f3f3f3fe4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)