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 | 螯ろウヲ寘哘 | 11100101101001101000001011101011101100111010011011111010101010011001101001000101 | e5a682ebb3a6faa99a45 |
EUC-JP | 螯ろウヲ寘哘 | 11101010101010001010010011101101100011101011001110001110101001101000111110111010111000011101001110100110 | eaa8a4ed8eb38ea68fbae1d3a6 |
UTF-8 | 螯ろウヲ寘哘 | 111010001001111010101111111000111000001010001101111011111011110110110011111011111011110110100110111001011010111110011000111001011001001110011000 | e89eafe3828defbdb3efbda6e5af98e59398 |
UHC | ?ろ???? | 00111111101010101110110100111111001111110011111100111111 | 3faaed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)