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 | 菴カ辯溘ル | 111001001011110110110110111001111000011110011111111000111000001110001011 | e4bdb6e7879fe3838b |
EUC-JP | 菴カ辯溘ル | 11101000101111111000111010110110111011011110011111011110111001011010010111101011 | e8bf8eb6ede7dee5a5eb |
UTF-8 | 菴カ辯溘ル | 111010001000111110110100111011111011110110110110111010001011111010101111111001101011101010011000111000111000001110101011 | e88fb4efbdb6e8beafe6ba98e383ab |
UHC | 菴?辯?ル | 1110010011100000001111111101110010101010001111111010101111101011 | e4e03fdcaa3fabeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)