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 | 讓ス迢ク襄乗 | 11100110101010001011110111100111100010111011100011100101111101011000111111100110 | e6a8bde78bb8e5f58fe6 |
EUC-JP | 讓ス迢ク襄乗 | 111011001010101010001110101111011110110111101011100011101011100011101010111101111011111011101000 | ecaa8ebdedeb8eb8eaf7bee8 |
UTF-8 | 讓ス迢ク襄乗 | 111010001010111010010011111011111011110110111101111010001011111110100010111011111011110110111000111010001010010110000100111001001011100110010111 | e8ae93efbdbde8bfa2efbdb8e8a584e4b997 |
UHC | 讓???襄? | 1110010111010011001111110011111100111111111001011101000100111111 | e5d33f3f3fe5d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)