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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒡セ寬比 | 11100100111011101011111011111010101010101001010011100100 | e4eebefaaa94e4 |
EUC-JP | 蒡セ?比 | 11101000111100001000111010111110001111111100100011100110 | e8f08ebe3fc8e6 |
UTF-8 | 蒡セ寬比 | 111010001001001010100001111011111011110110111110111001011010111110101100111001101010111110010100 | e892a1efbdbee5aface6af94 |
UHC | 蒡?寬比 | 11011011101111000011111111001110101100001101110111101111 | dbbc3fceb0ddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)