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 | ???揖ф? | 0011111100111111001111111001011101001011100001001000011000111111 | 3f3f3f974b84863f |
EUC-JP | ???揖ф? | 0011111100111111001111111100110110101100101001111110011000111111 | 3f3f3fcdaca7e63f |
UTF-8 | 蓮용뙋揖ф를 | 1110111110100110100110011110110010011010101010011110101110011001100010111110011010001111100101101101000110000100111010111010010110111100 | efa699ec9aa9eb998be68f96d184eba5bc |
UHC | 蓮용뙋揖ф를 | 111001101110010110111111111010111000110010010000111010111110011110101100111001101011100010100110 | e6e5bfeb8c90ebe7ace6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)