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 | 鈺????? | 11111011110001000011111100111111001111110011111100111111 | fbc43f3f3f3f3f |
EUC-JP | 鈺??濚?? | 10001111111000111101010100111111001111111000111111001001101000010011111100111111 | 8fe3d53f3f8fc9a13f3f |
UTF-8 | 鈺댐쉑濚앾쉈 | 111010011000100010111010111010111000110010010000111011001000100110010001111001101011111110011010111011001001010110111110111011001000100110001000 | e988baeb8c90ec8991e6bf9aec95beec8988 |
UHC | 鈺댐쉑濚앾쉈 | 111010001010110110110100111011111011110110100111111001111011100110011101111011111011110110100101 | e8adb4efbda7e7b99defbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)