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 | ???橈?? | 00111111001111110011111110011110111101000011111100111111 | 3f3f3f9ef43f3f |
EUC-JP | 濚??橈?? | 100011111100100110100001001111110011111111011100111101100011111100111111 | 8fc9a13f3fdcf63f3f |
UTF-8 | 濚㏆쉘橈꾢깣 | 111001101011111110011010111000111000111110000110111011001000100110011000111001101010100110001000111010101011111010100010111010101011100110100011 | e6bf9ae38f86ec8998e6a988eabea2eab9a3 |
UHC | 濚㏆쉘橈꾢깣 | 111001111011100110100111111011111011110110101001111010001111101010000100111001011000001110010110 | e7b9a7efbda9e8fa84e58396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)