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 | 才??喩?? | 1000110111001011001111110011111110011010011001110011111100111111 | 8dcb3f3f9a673f3f |
EUC-JP | 才??喩?? | 1011101011001101001111110011111111010011110010000011111100111111 | bacd3f3fd3c83f3f |
UTF-8 | 才듦낱喩밧ㅇ | 111001101000100110001101111010111001001110100110111010111000001010110001111001011001011010101001111010111011000010100111111000111000010110000111 | e6898deb93a6eb82b1e596a9ebb0a7e38587 |
UHC | 才듦낱喩밧ㅇ | 111011101010011010110101111010101011001110111001111010101110011110111001111001011010010010110111 | eea6b5eab3b9eae7b9e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)