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 | 琮???揄? | 1111101101101010001111110011111100111111100111011000100100111111 | fb6a3f3f3f9d893f |
EUC-JP | 琮???揄? | 100011111100110010110010001111110011111100111111110110011110100100111111 | 8fccb23f3f3fd9e93f |
UTF-8 | 琮면렓렜揄렧 | 111001111001000010101110111010111010100110110100111010111010000010010011111010111010000010011100111001101000111110000100111010111010000010100111 | e790aeeba9b4eba093eba09ce68f84eba0a7 |
UHC | 琮면렓렜揄렧 | 111100001111100110111000111010011000111010101000100011101010111011101010111100011000111010110110 | f0f9b8e98ea88eaeeaf18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)