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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?肆??肆?B | 001111111110001111100110001111110011111111100011111001100011111101000010 | 3fe3e63f3fe3e63f42 |
EUC-JP | ?肆??肆?B | 001111111110011011101000001111110011111111100110111010000011111101000010 | 3fe6e83f3fe6e83f42 |
UTF-8 | 履肆뉨履肆뉨B | 11101111101001111001111111101000100000101000011011101011100010011010100011101111101001111001111111101000100000101000011011101011100010011010100001000010 | efa79fe88286eb89a8efa79fe88286eb89a842 |
UHC | 履肆뉨履肆뉨B | 11101100101010101101111011101011101101001011100011101100101010101101111011101011101101001011100001000010 | ecaadeebb4b8ecaadeebb4b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)