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 | 驛「讓袴具ィ | 11101001100000111010001011100110101010001000110011010001100010111110111110101000 | e983a2e6a88cd18befa8 |
EUC-JP | 驛「讓袴具ィ | 111100011110001110001110101000101110110010101010101110001101001110110110111100011000111010101000 | f1e38ea2ecaab8d3b6f18ea8 |
UTF-8 | 驛「讓袴具ィ | 111010011010100110011011111011111011110110100010111010001010111010010011111010001010001010110100111001011000010110110111111011111011110110101000 | e9a99befbda2e8ae93e8a2b4e585b7efbda8 |
UHC | 驛?讓袴具? | 11100110101111100011111111100101110100111100110111001101110011101111110100111111 | e6be3fe5d3cdcdcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)