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 | ?с?陰?? | 0011111110000100100000110011111110001001010000010011111100111111 | 3f84833f89413f3f |
EUC-JP | ?с?陰?? | 0011111110100111111000110011111110110001101000100011111100111111 | 3fa7e33fb1a23f3f |
UTF-8 | 輦с뀿陰녑램 | 1110111110100110100110001101000110000001111010111000000010111111111010011001100110110000111010111000010110010001111010111001111010101000 | efa698d181eb80bfe999b0eb8591eb9ea8 |
UHC | 輦с뀿陰녑램 | 111001101110010010101100111000111000010110110101111010111110010010110011111001011011011110100101 | e6e4ace385b5ebe4b3e5b7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)