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 | 00111111100001001000001100111111100100001101111110000001111001000011111101000010 | 3f84833f90df81e43f42 |
EUC-JP | ?с?節∽?B | 00111111101001111110001100111111110000001110000110100010111001100011111101000010 | 3fa7e33fc0e1a2e63f42 |
UTF-8 | 料с굥節∽쉴B | 111011111010011010111110110100011000000111101010101101011010010111100111101011111000000011100010100010001011110111101100100010011011010001000010 | efa6bed181eab5a5e7af80e288bdec89b442 |
UHC | 料с굥節∽쉴B | 11101000111101111010110011100011100000101000101111101111101111011010000111101111101111011010111101000010 | e8f7ace3828befbda1efbdaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)