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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 逈????? | 1000111111100001110011010011111100111111001111110011111100111111 | 8fe1cd3f3f3f3f3f |
UTF-8 | 逈믬轢욐轢쀧 | 111010011000000010001000111010111010111110101100111011111010011010001101111011001001101010010000111011111010011010001101111011001000000010100111 | e98088ebafacefa68dec9a90efa68dec80a7 |
UHC | 逈믬轢욐轢쀧 | 111110111010110110010010111011101110011010111100100111101110111011100110101111001001011111100111 | fbad92eee6bc9eeee6bc97e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)