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 | 陋帷ー溪鴬 | 111010001001101110011011111001111011000010011111111000101000100110100111 | e89b9be7b09fe289a7 |
EUC-JP | 陋帷ー溪鴬 | 11101111111110111101011011101001100011101011000011011110111001001011001010101001 | effbd6e98eb0dee4b2a9 |
UTF-8 | 陋帷ー溪鴬 | 111010011001100110001011111001011011100010110111111011111011110110110000111001101011101010101010111010011011010010101100 | e9998be5b8b7efbdb0e6baaae9b4ac |
UHC | 陋??溪? | 11010111101100000011111100111111110011011010001000111111 | d7b03f3fcda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)