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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讓溯け迥「 | 111001101010100010011111111010001000001010101111111001111000101010100010 | e6a89fe882afe78aa2 |
EUC-JP | 讓溯け迥「 | 11101100101010101101111011101010101001001011000111101101111010101000111010100010 | ecaadeeaa4b1edea8ea2 |
UTF-8 | 讓溯け迥「 | 111010001010111010010011111001101011101010101111111000111000000110010001111010001011111110100101111011111011110110100010 | e8ae93e6baafe38191e8bfa5efbda2 |
UHC | 讓溯け?? | 1110010111010011111000011011110110101010101100010011111100111111 | e5d3e1bdaab13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)