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 | ???熱?? | 00111111001111110011111110010100010011010011111100111111 | 3f3f3f944d3f3f |
EUC-JP | ???熱?? | 00111111001111110011111111000111101011100011111100111111 | 3f3f3fc7ae3f3f |
UTF-8 | 烈잏룼熱쏘궦 | 111011111010011010011111111011001001111010001111111010111010001110111100111001111000011010110001111011001000111110011000111010101011011010100110 | efa69fec9e8feba3bce786b1ec8f98eab6a6 |
UHC | 烈잏룼熱쏘궦 | 111001101110111110011111111001111000111110101110111001101111000010111101111011101000001010111000 | e6ef9fe78faee6f0bdee82b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)