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 | 111000101011001100111111001111111000110011100110001111110011111101000010 | e2b33f3f8ce63f3f42 |
EUC-JP | 箋??梧??B | 111001001011010100111111001111111011100011101000001111110011111101000010 | e4b53f3fb8e83f3f42 |
UTF-8 | 箋잞슬梧잞쉽B | 11100111101011101000101111101100100111101001111011101100100010101010110011100110101000101010011111101100100111101001111011101100100010011011110101000010 | e7ae8bec9e9eec8aace6a2a7ec9e9eec89bd42 |
UHC | 箋잞슬梧잞쉽B | 11101111101010001001111111101111101111011011110111100111111111001001111111101111101111011011000101000010 | efa89fefbdbde7fc9fefbdb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)