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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雅??幼?B | 1000100111101011001111110011111110010111011000110011111101000010 | 89eb3f3f97633f42 |
EUC-JP | 雅??幼?B | 1011001011101101001111110011111111001101110001000011111101000010 | b2ed3f3fcdc43f42 |
UTF-8 | 雅ⓥ넀幼숣B | 11101001100110111000010111100010100100111010010111101011100001001000000011100101101110011011110011101100100010001010001101000010 | e99b85e293a5eb8480e5b9bcec88a342 |
UHC | 雅ⓥ넀幼숣B | 1110010010111010101010001110001010000110100100001110101011101010100110011111111001000010 | e4baa8e28690eaea99fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)